Color Hex Logo

#bbb25f Color Hex

#BBB25F
(187,178,95)
0 Favorites   0 Comments

Color spaces of #bbb25f

RGB 18717895
HSL0.150.400.55
HSV54°49°73°
CMYK 0.000.050.49   0.27
XYZ38.479543.231817.1430
Yxy43.23180.38930.4373
Hunter Lab65.7509-10.600230.5672
CIE-Lab71.7120-8.183843.2321

#bbb25f color RGB value is (187,178,95).

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

The process color (four color CMYK) of #bbb25f color hex is 0.00, 0.05, 0.49, 0.27. Web safe color of #bbb25f is #cc9966. Color #bbb25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 01011111
Octal 273 262 137
Decimal 187 178 95
Hex BB B2 5F

RGB Percentages of Color #bbb25f

%40.65
%38.70
%20.65

CMYK Percentages of Color #bbb25f

%0
%5
%49
%27

Triadic Colors of #bbb25f

#bbb25f #5fbbb2 #b25fbb

Analogous Colors of #bbb25f

#bbb25f #96bb5f #bb845f

Monochromatic Colors of #bbb25f

#bbb25f

Complementary Color

#bbb25f #5f68bb

#bbb25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb25f Color CSS Codes

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

#bbb25f Text Font Color

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

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


#bbb25f Background Color

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

This div background color is #bbb25f


#bbb25f Border Color

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

This div border color is #bbb25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb25f


Comments

No comments written yet.

Please login to write comment.