Color Hex Logo

#bba499 Color Hex

#BBA499
(187,164,153)
0 Favorites   0 Comments

Color spaces of #bba499

RGB 187164153
HSL0.050.200.67
HSV19°18°73°
CMYK 0.000.120.18   0.27
XYZ39.518739.415635.6621
Yxy39.41560.34490.3440
Hunter Lab62.78182.490510.2687
CIE-Lab69.05136.58538.7778

#bba499 color RGB value is (187,164,153).

#bba499 hex color red value is 187, green value is 164 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bba499 hue: 0.05 , saturation: 0.20 and the lightness value of bba499 is 0.67.

The process color (four color CMYK) of #bba499 color hex is 0.00, 0.12, 0.18, 0.27. Web safe color of #bba499 is #cc9999. Color #bba499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 10011001
Octal 273 244 231
Decimal 187 164 153
Hex BB A4 99

RGB Percentages of Color #bba499

%37.10
%32.54
%30.36

CMYK Percentages of Color #bba499

%0
%12
%18
%27

Triadic Colors of #bba499

#bba499 #99bba4 #a499bb

Analogous Colors of #bba499

#bba499 #bbb599 #bb999f

Monochromatic Colors of #bba499

#bba499

Complementary Color

#bba499 #99b0bb

#bba499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba499 Color CSS Codes

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

#bba499 Text Font Color

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

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


#bba499 Background Color

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

This div background color is #bba499


#bba499 Border Color

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

This div border color is #bba499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba499


Comments

No comments written yet.

Please login to write comment.