Color Hex Logo

#bb493a Color Hex

#BB493A
(187,73,58)
0 Favorites   0 Comments

Color spaces of #bb493a

RGB 1877358
HSL0.020.530.48
HSV69°73°
CMYK 0.000.610.69   0.27
XYZ23.639815.63545.7750
Yxy15.63540.52470.3471
Hunter Lab39.541637.517719.0199
CIE-Lab46.492545.076432.6017

#bb493a color RGB value is (187,73,58).

#bb493a hex color red value is 187, green value is 73 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bb493a hue: 0.02 , saturation: 0.53 and the lightness value of bb493a is 0.48.

The process color (four color CMYK) of #bb493a color hex is 0.00, 0.61, 0.69, 0.27. Web safe color of #bb493a is #cc3333. Color #bb493a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001001 00111010
Octal 273 111 72
Decimal 187 73 58
Hex BB 49 3A

RGB Percentages of Color #bb493a

%58.81
%22.96
%18.24

CMYK Percentages of Color #bb493a

%0
%61
%69
%27

Triadic Colors of #bb493a

#bb493a #3abb49 #493abb

Analogous Colors of #bb493a

#bb493a #bb8a3a #bb3a6c

Monochromatic Colors of #bb493a

#bb493a

Complementary Color

#bb493a #3aacbb

#bb493a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb493a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb493a Color CSS Codes

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

#bb493a Text Font Color

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

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


#bb493a Background Color

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

This div background color is #bb493a


#bb493a Border Color

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

This div border color is #bb493a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb493a


Comments

No comments written yet.

Please login to write comment.