Color Hex Logo

#bf8829 Color Hex

#BF8829
(191,136,41)
0 Favorites   0 Comments

Color spaces of #bf8829

RGB 19113641
HSL0.110.650.45
HSV38°79°75°
CMYK 0.000.290.79   0.25
XYZ30.690328.84486.0479
Yxy28.84480.46800.4398
Hunter Lab53.70748.013430.9186
CIE-Lab60.644412.659955.8361

#bf8829 color RGB value is (191,136,41).

#bf8829 hex color red value is 191, green value is 136 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bf8829 hue: 0.11 , saturation: 0.65 and the lightness value of bf8829 is 0.45.

The process color (four color CMYK) of #bf8829 color hex is 0.00, 0.29, 0.79, 0.25. Web safe color of #bf8829 is #cc9933. Color #bf8829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 00101001
Octal 277 210 51
Decimal 191 136 41
Hex BF 88 29

RGB Percentages of Color #bf8829

%51.90
%36.96
%11.14

CMYK Percentages of Color #bf8829

%0
%29
%79
%25

Triadic Colors of #bf8829

#bf8829 #29bf88 #8829bf

Analogous Colors of #bf8829

#bf8829 #abbf29 #bf3d29

Monochromatic Colors of #bf8829

#bf8829

Complementary Color

#bf8829 #2960bf

#bf8829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8829 Color CSS Codes

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

#bf8829 Text Font Color

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

This sample text font color is #bf8829
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.


#bf8829 Background Color

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

This div background color is #bf8829


#bf8829 Border Color

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

This div border color is #bf8829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8829


Comments

No comments written yet.

Please login to write comment.