Color Hex Logo

#bd593b Color Hex

#BD593B
(189,89,59)
0 Favorites   0 Comments

Color spaces of #bd593b

RGB 1898959
HSL0.040.520.49
HSV14°69°74°
CMYK 0.000.530.69   0.26
XYZ25.348118.27936.3299
Yxy18.27930.50740.3659
Hunter Lab42.754331.008821.1499
CIE-Lab49.833138.075836.0279

#bd593b color RGB value is (189,89,59).

#bd593b hex color red value is 189, green value is 89 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bd593b hue: 0.04 , saturation: 0.52 and the lightness value of bd593b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 00111011
Octal 275 131 73
Decimal 189 89 59
Hex BD 59 3B

RGB Percentages of Color #bd593b

%56.08
%26.41
%17.51

CMYK Percentages of Color #bd593b

%0
%53
%69
%26

Triadic Colors of #bd593b

#bd593b #3bbd59 #593bbd

Analogous Colors of #bd593b

#bd593b #bd9a3b #bd3b5e

Monochromatic Colors of #bd593b

#bd593b

Complementary Color

#bd593b #3b9fbd

#bd593b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd593b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd593b Color CSS Codes

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

#bd593b Text Font Color

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

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


#bd593b Background Color

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

This div background color is #bd593b


#bd593b Border Color

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

This div border color is #bd593b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,89,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd593b


Comments

No comments written yet.

Please login to write comment.