Color Hex Logo

#bbb65f Color Hex

#BBB65F
(187,182,95)
0 Favorites   0 Comments

Color spaces of #bbb65f

RGB 18718295
HSL0.160.400.55
HSV57°49°73°
CMYK 0.000.030.49   0.27
XYZ39.287044.846917.4121
Yxy44.84690.38690.4416
Hunter Lab66.9678-12.475831.4617
CIE-Lab72.7910-10.265044.5302

#bbb65f color RGB value is (187,182,95).

#bbb65f hex color red value is 187, green value is 182 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbb65f hue: 0.16 , saturation: 0.40 and the lightness value of bbb65f is 0.55.

The process color (four color CMYK) of #bbb65f color hex is 0.00, 0.03, 0.49, 0.27. Web safe color of #bbb65f is #cccc66. Color #bbb65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 01011111
Octal 273 266 137
Decimal 187 182 95
Hex BB B6 5F

RGB Percentages of Color #bbb65f

%40.30
%39.22
%20.47

CMYK Percentages of Color #bbb65f

%0
%3
%49
%27

Triadic Colors of #bbb65f

#bbb65f #5fbbb6 #b65fbb

Analogous Colors of #bbb65f

#bbb65f #92bb5f #bb885f

Monochromatic Colors of #bbb65f

#bbb65f

Complementary Color

#bbb65f #5f64bb

#bbb65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb65f Color CSS Codes

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

#bbb65f Text Font Color

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

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


#bbb65f Background Color

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

This div background color is #bbb65f


#bbb65f Border Color

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

This div border color is #bbb65f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,182,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbb65f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbb65f;
  -webkit-box-shadow: 1px 1px 3px 2px #bbb65f;
  box-shadow:         1px 1px 3px 2px #bbb65f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,182,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb65f


Comments

No comments written yet.

Please login to write comment.