Color Hex Logo

#bfb87b Color Hex

#BFB87B
(191,184,123)
0 Favorites   0 Comments

Color spaces of #bfb87b

RGB 191184123
HSL0.150.350.62
HSV54°36°75°
CMYK 0.000.040.36   0.25
XYZ42.201546.787425.5455
Yxy46.78740.36850.4085
Hunter Lab68.4013-9.573325.7382
CIE-Lab74.0536-6.715931.9122

#bfb87b color RGB value is (191,184,123).

#bfb87b hex color red value is 191, green value is 184 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bfb87b hue: 0.15 , saturation: 0.35 and the lightness value of bfb87b is 0.62.

The process color (four color CMYK) of #bfb87b color hex is 0.00, 0.04, 0.36, 0.25. Web safe color of #bfb87b is #cccc66. Color #bfb87b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 01111011
Octal 277 270 173
Decimal 191 184 123
Hex BF B8 7B

RGB Percentages of Color #bfb87b

%38.35
%36.95
%24.70

CMYK Percentages of Color #bfb87b

%0
%4
%36
%25

Triadic Colors of #bfb87b

#bfb87b #7bbfb8 #b87bbf

Analogous Colors of #bfb87b

#bfb87b #a4bf7b #bf967b

Monochromatic Colors of #bfb87b

#bfb87b

Complementary Color

#bfb87b #7b82bf

#bfb87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb87b Color CSS Codes

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

#bfb87b Text Font Color

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

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


#bfb87b Background Color

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

This div background color is #bfb87b


#bfb87b Border Color

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

This div border color is #bfb87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb87b


Comments

No comments written yet.

Please login to write comment.