Color Hex Logo

#bbac78 Color Hex

#BBAC78
(187,172,120)
0 Favorites   0 Comments

Color spaces of #bbac78

RGB 187172120
HSL0.130.330.60
HSV47°36°73°
CMYK 0.000.080.36   0.27
XYZ38.636241.425923.7290
Yxy41.42590.37220.3991
Hunter Lab64.3630-5.484123.1953
CIE-Lab70.4733-2.343028.7353

#bbac78 color RGB value is (187,172,120).

#bbac78 hex color red value is 187, green value is 172 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbac78 hue: 0.13 , saturation: 0.33 and the lightness value of bbac78 is 0.60.

The process color (four color CMYK) of #bbac78 color hex is 0.00, 0.08, 0.36, 0.27. Web safe color of #bbac78 is #cc9966. Color #bbac78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 01111000
Octal 273 254 170
Decimal 187 172 120
Hex BB AC 78

RGB Percentages of Color #bbac78

%39.04
%35.91
%25.05

CMYK Percentages of Color #bbac78

%0
%8
%36
%27

Triadic Colors of #bbac78

#bbac78 #78bbac #ac78bb

Analogous Colors of #bbac78

#bbac78 #a9bb78 #bb8b78

Monochromatic Colors of #bbac78

#bbac78

Complementary Color

#bbac78 #7887bb

#bbac78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac78 Color CSS Codes

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

#bbac78 Text Font Color

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

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


#bbac78 Background Color

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

This div background color is #bbac78


#bbac78 Border Color

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

This div border color is #bbac78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac78


Comments

No comments written yet.

Please login to write comment.