Color Hex Logo

#bba962 Color Hex

#BBA962
(187,169,98)
0 Favorites   0 Comments

Color spaces of #bba962

RGB 18716998
HSL0.130.400.56
HSV48°48°73°
CMYK 0.000.100.48   0.27
XYZ36.886139.822617.2977
Yxy39.82260.39240.4236
Hunter Lab63.1052-6.097527.9217
CIE-Lab69.3430-3.150138.8237

#bba962 color RGB value is (187,169,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01100010
Octal 273 251 142
Decimal 187 169 98
Hex BB A9 62

RGB Percentages of Color #bba962

%41.19
%37.22
%21.59

CMYK Percentages of Color #bba962

%0
%10
%48
%27

Triadic Colors of #bba962

#bba962 #62bba9 #a962bb

Analogous Colors of #bba962

#bba962 #a1bb62 #bb7d62

Monochromatic Colors of #bba962

#bba962

Complementary Color

#bba962 #6274bb

#bba962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba962 Color CSS Codes

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

#bba962 Text Font Color

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

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


#bba962 Background Color

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

This div background color is #bba962


#bba962 Border Color

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

This div border color is #bba962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba962


Comments

No comments written yet.

Please login to write comment.