Color Hex Logo

#bfb76b Color Hex

#BFB76B
(191,183,107)
0 Favorites   0 Comments

Color spaces of #bfb76b

RGB 191183107
HSL0.150.400.58
HSV54°44°75°
CMYK 0.000.040.44   0.25
XYZ41.073246.004920.6250
Yxy46.00490.38140.4271
Hunter Lab67.8269-10.604829.4498
CIE-Lab73.5487-7.970039.5328

#bfb76b color RGB value is (191,183,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 01101011
Octal 277 267 153
Decimal 191 183 107
Hex BF B7 6B

RGB Percentages of Color #bfb76b

%39.71
%38.05
%22.25

CMYK Percentages of Color #bfb76b

%0
%4
%44
%25

Triadic Colors of #bfb76b

#bfb76b #6bbfb7 #b76bbf

Analogous Colors of #bfb76b

#bfb76b #9dbf6b #bf8d6b

Monochromatic Colors of #bfb76b

#bfb76b

Complementary Color

#bfb76b #6b73bf

#bfb76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb76b Color CSS Codes

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

#bfb76b Text Font Color

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

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


#bfb76b Background Color

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

This div background color is #bfb76b


#bfb76b Border Color

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

This div border color is #bfb76b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,183,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 #bfb76b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb76b


Comments

No comments written yet.

Please login to write comment.