Color Hex Logo

#bfb46b Color Hex

#BFB46B
(191,180,107)
0 Favorites   0 Comments

Color spaces of #bfb46b

RGB 191180107
HSL0.140.400.58
HSV52°44°75°
CMYK 0.000.060.44   0.25
XYZ40.461044.780420.4209
Yxy44.78040.38290.4238
Hunter Lab66.9182-9.179628.7496
CIE-Lab72.7471-6.402138.5308

#bfb46b color RGB value is (191,180,107).

#bfb46b hex color red value is 191, green value is 180 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bfb46b hue: 0.14 , saturation: 0.40 and the lightness value of bfb46b is 0.58.

The process color (four color CMYK) of #bfb46b color hex is 0.00, 0.06, 0.44, 0.25. Web safe color of #bfb46b is #cccc66. Color #bfb46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 01101011
Octal 277 264 153
Decimal 191 180 107
Hex BF B4 6B

RGB Percentages of Color #bfb46b

%39.96
%37.66
%22.38

CMYK Percentages of Color #bfb46b

%0
%6
%44
%25

Triadic Colors of #bfb46b

#bfb46b #6bbfb4 #b46bbf

Analogous Colors of #bfb46b

#bfb46b #a0bf6b #bf8a6b

Monochromatic Colors of #bfb46b

#bfb46b

Complementary Color

#bfb46b #6b76bf

#bfb46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb46b Color CSS Codes

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

#bfb46b Text Font Color

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

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


#bfb46b Background Color

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

This div background color is #bfb46b


#bfb46b Border Color

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

This div border color is #bfb46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb46b


Comments

No comments written yet.

Please login to write comment.