Color Hex Logo

#bba955 Color Hex

#BBA955
(187,169,85)
0 Favorites   0 Comments

Color spaces of #bba955

RGB 18716985
HSL0.140.430.53
HSV49°55°73°
CMYK 0.000.100.55   0.27
XYZ36.321239.596614.3229
Yxy39.59660.40250.4388
Hunter Lab62.9258-7.088830.5528
CIE-Lab69.1812-4.324345.1487

#bba955 color RGB value is (187,169,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01010101
Octal 273 251 125
Decimal 187 169 85
Hex BB A9 55

RGB Percentages of Color #bba955

%42.40
%38.32
%19.27

CMYK Percentages of Color #bba955

%0
%10
%55
%27

Triadic Colors of #bba955

#bba955 #55bba9 #a955bb

Analogous Colors of #bba955

#bba955 #9abb55 #bb7655

Monochromatic Colors of #bba955

#bba955

Complementary Color

#bba955 #5567bb

#bba955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba955 Color CSS Codes

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

#bba955 Text Font Color

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

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


#bba955 Background Color

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

This div background color is #bba955


#bba955 Border Color

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

This div border color is #bba955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba955


Comments

No comments written yet.

Please login to write comment.