Color Hex Logo

#bba953 Color Hex

#BBA953
(187,169,83)
0 Favorites   0 Comments

Color spaces of #bba953

RGB 18716983
HSL0.140.430.53
HSV50°56°73°
CMYK 0.000.100.56   0.27
XYZ36.242839.565313.9103
Yxy39.56530.40400.4410
Hunter Lab62.9010-7.227030.9189
CIE-Lab69.1588-4.488846.0963

#bba953 color RGB value is (187,169,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 01010011
Octal 273 251 123
Decimal 187 169 83
Hex BB A9 53

RGB Percentages of Color #bba953

%42.60
%38.50
%18.91

CMYK Percentages of Color #bba953

%0
%10
%56
%27

Triadic Colors of #bba953

#bba953 #53bba9 #a953bb

Analogous Colors of #bba953

#bba953 #99bb53 #bb7553

Monochromatic Colors of #bba953

#bba953

Complementary Color

#bba953 #5365bb

#bba953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba953 Color CSS Codes

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

#bba953 Text Font Color

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

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


#bba953 Background Color

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

This div background color is #bba953


#bba953 Border Color

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

This div border color is #bba953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba953


Comments

No comments written yet.

Please login to write comment.