Color Hex Logo

#bbb874 Color Hex

#BBB874
(187,184,116)
0 Favorites   0 Comments

Color spaces of #bbb874

RGB 187184116
HSL0.160.340.59
HSV57°38°73°
CMYK 0.000.020.38   0.27
XYZ40.786446.106723.2728
Yxy46.10670.37020.4185
Hunter Lab67.9019-11.609427.2102
CIE-Lab73.6147-9.136434.9279

#bbb874 color RGB value is (187,184,116).

#bbb874 hex color red value is 187, green value is 184 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bbb874 hue: 0.16 , saturation: 0.34 and the lightness value of bbb874 is 0.59.

The process color (four color CMYK) of #bbb874 color hex is 0.00, 0.02, 0.38, 0.27. Web safe color of #bbb874 is #cccc66. Color #bbb874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 01110100
Octal 273 270 164
Decimal 187 184 116
Hex BB B8 74

RGB Percentages of Color #bbb874

%38.40
%37.78
%23.82

CMYK Percentages of Color #bbb874

%0
%2
%38
%27

Triadic Colors of #bbb874

#bbb874 #74bbb8 #b874bb

Analogous Colors of #bbb874

#bbb874 #9bbb74 #bb9574

Monochromatic Colors of #bbb874

#bbb874

Complementary Color

#bbb874 #7477bb

#bbb874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb874 Color CSS Codes

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

#bbb874 Text Font Color

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

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


#bbb874 Background Color

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

This div background color is #bbb874


#bbb874 Border Color

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

This div border color is #bbb874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb874


Comments

No comments written yet.

Please login to write comment.