Color Hex Logo

#bbba75 Color Hex

#BBBA75
(187,186,117)
0 Favorites   0 Comments

Color spaces of #bbba75

RGB 187186117
HSL0.160.340.60
HSV59°37°73°
CMYK 0.000.010.37   0.27
XYZ41.263346.967023.7203
Yxy46.96700.36860.4195
Hunter Lab68.5325-12.457227.4514
CIE-Lab74.1687-10.059835.1213

#bbba75 color RGB value is (187,186,117).

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

The process color (four color CMYK) of #bbba75 color hex is 0.00, 0.01, 0.37, 0.27. Web safe color of #bbba75 is #cccc66. Color #bbba75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01110101
Octal 273 272 165
Decimal 187 186 117
Hex BB BA 75

RGB Percentages of Color #bbba75

%38.16
%37.96
%23.88

CMYK Percentages of Color #bbba75

%0
%1
%37
%27

Triadic Colors of #bbba75

#bbba75 #75bbba #ba75bb

Analogous Colors of #bbba75

#bbba75 #99bb75 #bb9775

Monochromatic Colors of #bbba75

#bbba75

Complementary Color

#bbba75 #7576bb

#bbba75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba75 Color CSS Codes

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

#bbba75 Text Font Color

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

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


#bbba75 Background Color

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

This div background color is #bbba75


#bbba75 Border Color

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

This div border color is #bbba75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba75


Comments

No comments written yet.

Please login to write comment.