Color Hex Logo

#bb521b Color Hex

#BB521B
(187,82,27)
0 Favorites   0 Comments

Color spaces of #bb521b

RGB 1878227
HSL0.060.750.42
HSV21°86°73°
CMYK 0.000.560.86   0.27
XYZ23.708616.67853.0066
Yxy16.67850.54640.3844
Hunter Lab40.839332.156524.2226
CIE-Lab47.852439.519549.6395

#bb521b color RGB value is (187,82,27).

#bb521b hex color red value is 187, green value is 82 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bb521b hue: 0.06 , saturation: 0.75 and the lightness value of bb521b is 0.42.

The process color (four color CMYK) of #bb521b color hex is 0.00, 0.56, 0.86, 0.27. Web safe color of #bb521b is #cc6633. Color #bb521b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 00011011
Octal 273 122 33
Decimal 187 82 27
Hex BB 52 1B

RGB Percentages of Color #bb521b

%63.18
%27.70
%9.12

CMYK Percentages of Color #bb521b

%0
%56
%86
%27

Triadic Colors of #bb521b

#bb521b #1bbb52 #521bbb

Analogous Colors of #bb521b

#bb521b #bba21b #bb1b34

Monochromatic Colors of #bb521b

#bb521b

Complementary Color

#bb521b #1b84bb

#bb521b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb521b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb521b Color CSS Codes

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

#bb521b Text Font Color

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

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


#bb521b Background Color

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

This div background color is #bb521b


#bb521b Border Color

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

This div border color is #bb521b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb521b


Comments

No comments written yet.

Please login to write comment.