Color Hex Logo

#bba273 Color Hex

#BBA273
(187,162,115)
0 Favorites   0 Comments

Color spaces of #bba273

RGB 187162115
HSL0.110.350.59
HSV39°39°73°
CMYK 0.000.130.39   0.27
XYZ36.508437.643321.5613
Yxy37.64330.38140.3933
Hunter Lab61.3541-1.154422.1120
CIE-Lab67.75692.437427.8345

#bba273 color RGB value is (187,162,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 01110011
Octal 273 242 163
Decimal 187 162 115
Hex BB A2 73

RGB Percentages of Color #bba273

%40.30
%34.91
%24.78

CMYK Percentages of Color #bba273

%0
%13
%39
%27

Triadic Colors of #bba273

#bba273 #73bba2 #a273bb

Analogous Colors of #bba273

#bba273 #b0bb73 #bb7e73

Monochromatic Colors of #bba273

#bba273

Complementary Color

#bba273 #738cbb

#bba273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba273 Color CSS Codes

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

#bba273 Text Font Color

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

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


#bba273 Background Color

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

This div background color is #bba273


#bba273 Border Color

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

This div border color is #bba273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba273


Comments

No comments written yet.

Please login to write comment.