#BD577E

Color #BD577E Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BD577E

Tints of Royal Heath #BD577E

Color information

#BD577E (or 0xBD577E) is unknown color: approx Royal Heath. HEX triplet: BD, 57 and 7E. RGB value is (189,87,126). Sum of RGB (Red+Green+Blue) = 189+87+126=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD577E is #42A881. Grayscale: #797979. Windows color (decimal): -4368514 or 8279997. OLE color: 8279997.

HSL color Cylindrical-coordinate representation of color #BD577E: hue angle of 337.06º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD577E is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18987126-
CMYK00.540.330.26
HSL337.06º43.59%54.12%-
HSV(B)337.06º53.97%74.12%-
XYZ28.1619.1421.95-
YUV121.94130.29175.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=47.01%
G=21.64%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898712600.540.330.26337.0643.5954.12
HexBD577E036211A1512c36
Octal27512717606641325215466
Binary1011110110101111111110011011010000111010101010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD577E; }

 p { color: rgb(189,87,126); }

 H1.HeaderClassName
 {
   color: #BD577E;
 }
 .AnyTagClassName
 {
   color: #BD577E;
 }
</style>
background-color css

<style>
 a { background-color: #BD577E; }

 a { background-color: rgb(189,87,126); }

 div.DivClassName
 {
   background-color: #BD577E;
 }
 .BgClassName
 {
   background-color: #BD577E;
 }
</style>
border-color css

<style>
 span { border-color: #BD577E; }

 span { border-color: rgb(189,87,126); }

 td.TdClassName
 {
   border-color: #BD577E;
 }
 .TagClassName
 {
   border-color: #BD577E;
 }
</style>