Color Hex Logo

#bd573c Color Hex

#BD573C
(189,87,60)
0 Favorites   0 Comments

Color spaces of #bd573c

RGB 1898760
HSL0.030.520.49
HSV13°68°74°
CMYK 0.000.540.68   0.26
XYZ25.210117.96156.4132
Yxy17.96150.50840.3622
Hunter Lab42.381032.012920.6948
CIE-Lab49.449439.144735.0279

#bd573c color RGB value is (189,87,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 00111100
Octal 275 127 74
Decimal 189 87 60
Hex BD 57 3C

RGB Percentages of Color #bd573c

%56.25
%25.89
%17.86

CMYK Percentages of Color #bd573c

%0
%54
%68
%26

Triadic Colors of #bd573c

#bd573c #3cbd57 #573cbd

Analogous Colors of #bd573c

#bd573c #bd983c #bd3c62

Monochromatic Colors of #bd573c

#bd573c

Complementary Color

#bd573c #3ca2bd

#bd573c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd573c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd573c Color CSS Codes

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

#bd573c Text Font Color

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

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


#bd573c Background Color

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

This div background color is #bd573c


#bd573c Border Color

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

This div border color is #bd573c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd573c


Comments

No comments written yet.

Please login to write comment.