Color Hex Logo

#bbac75 Color Hex

#BBAC75
(187,172,117)
0 Favorites   0 Comments

Color spaces of #bbac75

RGB 187172117
HSL0.130.340.60
HSV47°37°73°
CMYK 0.000.080.37   0.27
XYZ38.456941.354222.7849
Yxy41.35420.37480.4031
Hunter Lab64.3072-5.791424.0078
CIE-Lab70.4234-2.701730.2671

#bbac75 color RGB value is (187,172,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 01110101
Octal 273 254 165
Decimal 187 172 117
Hex BB AC 75

RGB Percentages of Color #bbac75

%39.29
%36.13
%24.58

CMYK Percentages of Color #bbac75

%0
%8
%37
%27

Triadic Colors of #bbac75

#bbac75 #75bbac #ac75bb

Analogous Colors of #bbac75

#bbac75 #a7bb75 #bb8975

Monochromatic Colors of #bbac75

#bbac75

Complementary Color

#bbac75 #7584bb

#bbac75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac75 Color CSS Codes

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

#bbac75 Text Font Color

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

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


#bbac75 Background Color

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

This div background color is #bbac75


#bbac75 Border Color

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

This div border color is #bbac75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac75


Comments

No comments written yet.

Please login to write comment.