Color Hex Logo

#bb582e Color Hex

#BB582E
(187,88,46)
0 Favorites   0 Comments

Color spaces of #bb582e

RGB 1878846
HSL0.050.610.46
HSV18°75°73°
CMYK 0.000.530.75   0.27
XYZ24.476417.74154.7192
Yxy17.74150.52150.3780
Hunter Lab42.120730.015622.8416
CIE-Lab49.181137.154042.1279

#bb582e color RGB value is (187,88,46).

#bb582e hex color red value is 187, green value is 88 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bb582e hue: 0.05 , saturation: 0.61 and the lightness value of bb582e is 0.46.

The process color (four color CMYK) of #bb582e color hex is 0.00, 0.53, 0.75, 0.27. Web safe color of #bb582e is #cc6633. Color #bb582e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 00101110
Octal 273 130 56
Decimal 187 88 46
Hex BB 58 2E

RGB Percentages of Color #bb582e

%58.26
%27.41
%14.33

CMYK Percentages of Color #bb582e

%0
%53
%75
%27

Triadic Colors of #bb582e

#bb582e #2ebb58 #582ebb

Analogous Colors of #bb582e

#bb582e #bb9f2e #bb2e4a

Monochromatic Colors of #bb582e

#bb582e

Complementary Color

#bb582e #2e91bb

#bb582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb582e Color CSS Codes

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

#bb582e Text Font Color

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

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


#bb582e Background Color

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

This div background color is #bb582e


#bb582e Border Color

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

This div border color is #bb582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb582e


Comments

No comments written yet.

Please login to write comment.