#BD4B79

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

Shades of Royal Heath #BD4B79

Tints of Royal Heath #BD4B79

Color information

#BD4B79 (or 0xBD4B79) is unknown color: approx Royal Heath. HEX triplet: BD, 4B and 79. RGB value is (189,75,121). Sum of RGB (Red+Green+Blue) = 189+75+121=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B79 is #42B486. Grayscale: #727272. Windows color (decimal): -4371591 or 7949245. OLE color: 7949245.

HSL color Cylindrical-coordinate representation of color #BD4B79: hue angle of 335.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B79 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18975121-
CMYK00.600.360.26
HSL335.79º46.34%51.76%-
HSV(B)335.79º60.32%74.12%-
XYZ26.9517.2319.99-
YUV114.33131.77181.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=49.09%
G=19.48%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897512100.600.360.26335.7946.3451.76
HexBD4B7903C241A1502e34
Octal27511317107444325205664
Binary1011110110010111111001011110010010011010101010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B79; }

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

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

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

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

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

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

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

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