#BD4F79

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

Shades of Royal Heath #BD4F79

Tints of Royal Heath #BD4F79

Color information

#BD4F79 (or 0xBD4F79) is unknown color: approx Royal Heath. HEX triplet: BD, 4F and 79. RGB value is (189,79,121). Sum of RGB (Red+Green+Blue) = 189+79+121=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4F79 is #42B086. Grayscale: #747474. Windows color (decimal): -4370567 or 7950269. OLE color: 7950269.

HSL color Cylindrical-coordinate representation of color #BD4F79: hue angle of 337.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F79 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18979121-
CMYK00.580.360.26
HSL337.09º45.45%52.55%-
HSV(B)337.09º58.2%74.12%-
XYZ27.2317.7920.09-
YUV116.68130.44179.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=48.59%
G=20.31%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897912100.580.360.26337.0945.4552.55
HexBD4F7903A241A1512d35
Octal27511717107244325215565
Binary1011110110011111111001011101010010011010101010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F79; }

 p { color: rgb(189,79,121); }

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

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

 a { background-color: rgb(189,79,121); }

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

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

 span { border-color: rgb(189,79,121); }

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