Color Hex Logo

#bba573 Color Hex

#BBA573
(187,165,115)
0 Favorites   0 Comments

Color spaces of #bba573

RGB 187165115
HSL0.120.350.59
HSV42°39°73°
CMYK 0.000.120.39   0.27
XYZ37.043238.712921.7396
Yxy38.71290.37990.3971
Hunter Lab62.2197-2.612522.8378
CIE-Lab68.54280.816028.8690

#bba573 color RGB value is (187,165,115).

#bba573 hex color red value is 187, green value is 165 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bba573 hue: 0.12 , saturation: 0.35 and the lightness value of bba573 is 0.59.

The process color (four color CMYK) of #bba573 color hex is 0.00, 0.12, 0.39, 0.27. Web safe color of #bba573 is #cc9966. Color #bba573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 01110011
Octal 273 245 163
Decimal 187 165 115
Hex BB A5 73

RGB Percentages of Color #bba573

%40.04
%35.33
%24.63

CMYK Percentages of Color #bba573

%0
%12
%39
%27

Triadic Colors of #bba573

#bba573 #73bba5 #a573bb

Analogous Colors of #bba573

#bba573 #adbb73 #bb8173

Monochromatic Colors of #bba573

#bba573

Complementary Color

#bba573 #7389bb

#bba573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba573 Color CSS Codes

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

#bba573 Text Font Color

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

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


#bba573 Background Color

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

This div background color is #bba573


#bba573 Border Color

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

This div border color is #bba573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba573


Comments

No comments written yet.

Please login to write comment.