Color Hex Logo

#bd593d Color Hex

#BD593D
(189,89,61)
2 Favorites   0 Comments

Color spaces of #bd593d

RGB 1898961
HSL0.040.510.49
HSV13°68°74°
CMYK 0.000.530.68   0.26
XYZ25.400918.30056.6085
Yxy18.30050.50490.3638
Hunter Lab42.779131.124420.7863
CIE-Lab49.858638.189434.9514

#bd593d color RGB value is (189,89,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011001 00111101
Octal 275 131 75
Decimal 189 89 61
Hex BD 59 3D

RGB Percentages of Color #bd593d

%55.75
%26.25
%17.99

CMYK Percentages of Color #bd593d

%0
%53
%68
%26

Triadic Colors of #bd593d

#bd593d #3dbd59 #593dbd

Analogous Colors of #bd593d

#bd593d #bd993d #bd3d61

Monochromatic Colors of #bd593d

#bd593d

Complementary Color

#bd593d #3da1bd

#bd593d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd593d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd593d Color CSS Codes

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

#bd593d Text Font Color

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

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


#bd593d Background Color

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

This div background color is #bd593d


#bd593d Border Color

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

This div border color is #bd593d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd593d

#bd593d Color Palettes


Comments

No comments written yet.

Please login to write comment.