Color Hex Logo

#bba173 Color Hex

#BBA173
(187,161,115)
0 Favorites   0 Comments

Color spaces of #bba173

RGB 187161115
HSL0.110.350.59
HSV38°39°73°
CMYK 0.000.140.39   0.27
XYZ36.332937.292321.5028
Yxy37.29230.38190.3920
Hunter Lab61.0674-0.667021.8703
CIE-Lab67.49582.979727.4897

#bba173 color RGB value is (187,161,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01110011
Octal 273 241 163
Decimal 187 161 115
Hex BB A1 73

RGB Percentages of Color #bba173

%40.39
%34.77
%24.84

CMYK Percentages of Color #bba173

%0
%14
%39
%27

Triadic Colors of #bba173

#bba173 #73bba1 #a173bb

Analogous Colors of #bba173

#bba173 #b1bb73 #bb7d73

Monochromatic Colors of #bba173

#bba173

Complementary Color

#bba173 #738dbb

#bba173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba173 Color CSS Codes

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

#bba173 Text Font Color

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

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


#bba173 Background Color

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

This div background color is #bba173


#bba173 Border Color

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

This div border color is #bba173


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,161,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 #bba173">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba173


Comments

No comments written yet.

Please login to write comment.