Color Hex Logo

#bf813d Color Hex

#BF813D
(191,129,61)
0 Favorites   0 Comments

Color spaces of #bf813d

RGB 19112961
HSL0.090.520.49
HSV31°68°75°
CMYK 0.000.320.68   0.25
XYZ30.178427.11388.0578
Yxy27.11380.46180.4149
Hunter Lab52.070912.328027.2747
CIE-Lab59.079517.487345.4791

#bf813d color RGB value is (191,129,61).

#bf813d hex color red value is 191, green value is 129 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bf813d hue: 0.09 , saturation: 0.52 and the lightness value of bf813d is 0.49.

The process color (four color CMYK) of #bf813d color hex is 0.00, 0.32, 0.68, 0.25. Web safe color of #bf813d is #cc9933. Color #bf813d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000001 00111101
Octal 277 201 75
Decimal 191 129 61
Hex BF 81 3D

RGB Percentages of Color #bf813d

%50.13
%33.86
%16.01

CMYK Percentages of Color #bf813d

%0
%32
%68
%25

Triadic Colors of #bf813d

#bf813d #3dbf81 #813dbf

Analogous Colors of #bf813d

#bf813d #bcbf3d #bf403d

Monochromatic Colors of #bf813d

#bf813d

Complementary Color

#bf813d #3d7bbf

#bf813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf813d Color CSS Codes

.mybgcolor {background-color:#bf813d; } 
.myforecolor {color:#bf813d; }
.mybordercolor {border:3px solid #bf813d; }

#bf813d Text Font Color

<p style="color:#bf813d">Text here</p>

This sample text font color is #bf813d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf813d Background Color

<div style="background-color:#bf813d">
Div content here</div>

This div background color is #bf813d


#bf813d Border Color

<div style="border:3px solid #bf813d">
Div here</div>

This div border color is #bf813d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,129,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf813d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf813d;
  -webkit-box-shadow: 1px 1px 3px 2px #bf813d;
  box-shadow:         1px 1px 3px 2px #bf813d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,129,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf813d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf813d;
  -webkit-box-shadow: 1px 1px 3px 2px #bf813d;
  box-shadow:         1px 1px 3px 2px #bf813d;">
Div content here</div>

This div box has shadow with color #bf813d


Comments

No comments written yet.

Please login to write comment.