Color Hex Logo

#b5bf6b Color Hex

#B5BF6B
(181,191,107)
0 Favorites   0 Comments

Color spaces of #b5bf6b

RGB 181191107
HSL0.190.400.58
HSV67°44°75°
CMYK 0.050.000.44   0.25
XYZ40.340748.146921.0770
Yxy48.14690.36820.4394
Hunter Lab69.3880-17.652830.5619
CIE-Lab74.9175-16.130541.0597

#b5bf6b color RGB value is (181,191,107).

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

The process color (four color CMYK) of #b5bf6b color hex is 0.05, 0.00, 0.44, 0.25. Web safe color of #b5bf6b is #cccc66. Color #b5bf6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111111 01101011
Octal 265 277 153
Decimal 181 191 107
Hex B5 BF 6B

RGB Percentages of Color #b5bf6b

%37.79
%39.87
%22.34

CMYK Percentages of Color #b5bf6b

%5
%0
%44
%25

Triadic Colors of #b5bf6b

#b5bf6b #6bb5bf #bf6bb5

Analogous Colors of #b5bf6b

#b5bf6b #8bbf6b #bf9f6b

Monochromatic Colors of #b5bf6b

#b5bf6b

Complementary Color

#b5bf6b #756bbf

#b5bf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bf6b Color CSS Codes

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

#b5bf6b Text Font Color

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

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


#b5bf6b Background Color

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

This div background color is #b5bf6b


#b5bf6b Border Color

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

This div border color is #b5bf6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bf6b


Comments

No comments written yet.

Please login to write comment.