Color Hex Logo

#bba952 Color Hex

#BBA952
(187,169,82)
0 Favorites   0 Comments

Color spaces of #bba952

RGB 18716982
HSL0.140.440.53
HSV50°56°73°
CMYK 0.000.100.56   0.27
XYZ36.204539.549913.7084
Yxy39.54990.40470.4421
Hunter Lab62.8887-7.294331.0981
CIE-Lab69.1477-4.568946.5669

#bba952 color RGB value is (187,169,82).

#bba952 hex color red value is 187, green value is 169 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bba952 hue: 0.14 , saturation: 0.44 and the lightness value of bba952 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01010010
Octal 273 251 122
Decimal 187 169 82
Hex BB A9 52

RGB Percentages of Color #bba952

%42.69
%38.58
%18.72

CMYK Percentages of Color #bba952

%0
%10
%56
%27

Triadic Colors of #bba952

#bba952 #52bba9 #a952bb

Analogous Colors of #bba952

#bba952 #99bb52 #bb7552

Monochromatic Colors of #bba952

#bba952

Complementary Color

#bba952 #5264bb

#bba952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba952 Color CSS Codes

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

#bba952 Text Font Color

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

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


#bba952 Background Color

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

This div background color is #bba952


#bba952 Border Color

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

This div border color is #bba952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba952


Comments

No comments written yet.

Please login to write comment.