Color Hex Logo

#bba862 Color Hex

#BBA862
(187,168,98)
0 Favorites   0 Comments

Color spaces of #bba862

RGB 18716898
HSL0.130.400.56
HSV47°48°73°
CMYK 0.000.100.48   0.27
XYZ36.700839.451917.2359
Yxy39.45190.39300.4224
Hunter Lab62.8107-5.619927.6978
CIE-Lab69.0774-2.616938.4949

#bba862 color RGB value is (187,168,98).

#bba862 hex color red value is 187, green value is 168 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bba862 hue: 0.13 , saturation: 0.40 and the lightness value of bba862 is 0.56.

The process color (four color CMYK) of #bba862 color hex is 0.00, 0.10, 0.48, 0.27. Web safe color of #bba862 is #cc9966. Color #bba862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 01100010
Octal 273 250 142
Decimal 187 168 98
Hex BB A8 62

RGB Percentages of Color #bba862

%41.28
%37.09
%21.63

CMYK Percentages of Color #bba862

%0
%10
%48
%27

Triadic Colors of #bba862

#bba862 #62bba8 #a862bb

Analogous Colors of #bba862

#bba862 #a2bb62 #bb7c62

Monochromatic Colors of #bba862

#bba862

Complementary Color

#bba862 #6275bb

#bba862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba862 Color CSS Codes

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

#bba862 Text Font Color

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

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


#bba862 Background Color

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

This div background color is #bba862


#bba862 Border Color

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

This div border color is #bba862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba862


Comments

No comments written yet.

Please login to write comment.