#BD4576

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

Shades of Royal Heath #BD4576

Tints of Royal Heath #BD4576

Color information

#BD4576 (or 0xBD4576) is unknown color: approx Royal Heath. HEX triplet: BD, 45 and 76. RGB value is (189,69,118). Sum of RGB (Red+Green+Blue) = 189+69+118=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4576 is #42BA89. Grayscale: #6E6E6E. Windows color (decimal): -4373130 or 7751101. OLE color: 7751101.

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

Color convert

RGB18969118-
CMYK00.630.380.26
HSL335.5º47.62%50.59%-
HSV(B)335.5º63.49%74.12%-
XYZ26.3816.3818.91-
YUV110.47132.26184.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=50.27%
G=18.35%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896911800.630.380.26335.547.6250.59
HexBD457603F261A1503033
Octal27510516607746325206063
Binary1011110110001011110110011111110011011010101010000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4576; }

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

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

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

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

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

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

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

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