Color Hex Logo

#bd581b Color Hex

#BD581B
(189,88,27)
0 Favorites   0 Comments

Color spaces of #bd581b

RGB 1898827
HSL0.060.750.42
HSV23°86°74°
CMYK 0.000.530.86   0.26
XYZ24.673817.87743.1871
Yxy17.87740.53950.3909
Hunter Lab42.281730.172125.1280
CIE-Lab49.347137.291451.0303

#bd581b color RGB value is (189,88,27).

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

The process color (four color CMYK) of #bd581b color hex is 0.00, 0.53, 0.86, 0.26. Web safe color of #bd581b is #cc6633. Color #bd581b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 00011011
Octal 275 130 33
Decimal 189 88 27
Hex BD 58 1B

RGB Percentages of Color #bd581b

%62.17
%28.95
%8.88

CMYK Percentages of Color #bd581b

%0
%53
%86
%26

Triadic Colors of #bd581b

#bd581b #1bbd58 #581bbd

Analogous Colors of #bd581b

#bd581b #bda91b #bd1b2f

Monochromatic Colors of #bd581b

#bd581b

Complementary Color

#bd581b #1b80bd

#bd581b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd581b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd581b Color CSS Codes

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

#bd581b Text Font Color

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

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


#bd581b Background Color

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

This div background color is #bd581b


#bd581b Border Color

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

This div border color is #bd581b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd581b


Comments

No comments written yet.

Please login to write comment.