Color Hex Logo

#bf882b Color Hex

#BF882B
(191,136,43)
0 Favorites   0 Comments

Color spaces of #bf882b

RGB 19113643
HSL0.100.630.46
HSV38°77°75°
CMYK 0.000.290.77   0.25
XYZ30.726128.85916.2364
Yxy28.85910.46680.4384
Hunter Lab53.72078.083830.7215
CIE-Lab60.657112.738755.0732

#bf882b color RGB value is (191,136,43).

#bf882b hex color red value is 191, green value is 136 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bf882b hue: 0.10 , saturation: 0.63 and the lightness value of bf882b is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 00101011
Octal 277 210 53
Decimal 191 136 43
Hex BF 88 2B

RGB Percentages of Color #bf882b

%51.62
%36.76
%11.62

CMYK Percentages of Color #bf882b

%0
%29
%77
%25

Triadic Colors of #bf882b

#bf882b #2bbf88 #882bbf

Analogous Colors of #bf882b

#bf882b #acbf2b #bf3e2b

Monochromatic Colors of #bf882b

#bf882b

Complementary Color

#bf882b #2b62bf

#bf882b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf882b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf882b Color CSS Codes

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

#bf882b Text Font Color

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

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


#bf882b Background Color

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

This div background color is #bf882b


#bf882b Border Color

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

This div border color is #bf882b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf882b


Comments

No comments written yet.

Please login to write comment.