Color Hex Logo

#bb652a Color Hex

#BB652A
(187,101,42)
0 Favorites   0 Comments

Color spaces of #bb652a

RGB 18710142
HSL0.070.630.45
HSV24°78°73°
CMYK 0.000.460.78   0.27
XYZ25.565120.03934.7110
Yxy20.03930.50810.3983
Hunter Lab44.765323.600725.0961
CIE-Lab51.881630.161946.8248

#bb652a color RGB value is (187,101,42).

#bb652a hex color red value is 187, green value is 101 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bb652a hue: 0.07 , saturation: 0.63 and the lightness value of bb652a is 0.45.

The process color (four color CMYK) of #bb652a color hex is 0.00, 0.46, 0.78, 0.27. Web safe color of #bb652a is #cc6633. Color #bb652a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 00101010
Octal 273 145 52
Decimal 187 101 42
Hex BB 65 2A

RGB Percentages of Color #bb652a

%56.67
%30.61
%12.73

CMYK Percentages of Color #bb652a

%0
%46
%78
%27

Triadic Colors of #bb652a

#bb652a #2abb65 #652abb

Analogous Colors of #bb652a

#bb652a #bbae2a #bb2a38

Monochromatic Colors of #bb652a

#bb652a

Complementary Color

#bb652a #2a80bb

#bb652a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb652a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb652a Color CSS Codes

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

#bb652a Text Font Color

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

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


#bb652a Background Color

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

This div background color is #bb652a


#bb652a Border Color

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

This div border color is #bb652a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb652a


Comments

No comments written yet.

Please login to write comment.