#BD5576

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

Shades of Royal Heath #BD5576

Tints of Royal Heath #BD5576

Color information

#BD5576 (or 0xBD5576) is unknown color: approx Royal Heath. HEX triplet: BD, 55 and 76. RGB value is (189,85,118). Sum of RGB (Red+Green+Blue) = 189+85+118=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5576 is #42AA89. Grayscale: #777777. Windows color (decimal): -4369034 or 7755197. OLE color: 7755197.

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

Color convert

RGB18985118-
CMYK00.550.380.26
HSL340.96º44.07%53.73%-
HSV(B)340.96º55.03%74.12%-
XYZ27.518.6219.28-
YUV119.86126.96177.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=48.21%
G=21.68%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898511800.550.380.26340.9644.0753.73
HexBD5576037261A1552c36
Octal27512516606746325255466
Binary1011110110101011110110011011110011011010101010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5576; }

 p { color: rgb(189,85,118); }

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

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

 a { background-color: rgb(189,85,118); }

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

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

 span { border-color: rgb(189,85,118); }

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