#b24f76

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

Shades of Royal Heath #B24F76

Tints of Royal Heath #B24F76

Color information

#B24F76 (or 0xB24F76) is unknown color: approx Royal Heath. HEX triplet: B2, 4F and 76. RGB value is (178,79,118). Sum of RGB (Red+Green+Blue) = 178+79+118=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F76 is #4DB089. Grayscale: #707070. Windows color (decimal): -5091466 or 7753650. OLE color: 7753650.

HSL color Cylindrical-coordinate representation of color #B24F76: hue angle of 336.36º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24F76 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17879118-
CMYK00.560.340.30
HSL336.36º39.13%50.39%-
HSV(B)336.36º55.62%69.8%-
XYZ24.4316.3619.01-
YUV113.05130.8174.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=47.47%
G=21.07%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787911800.560.340.30336.3639.1350.39
HexB24F76038221E1502732
Octal26211716607042365204762
Binary1011001010011111110110011100010001011110101010000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b24f76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b24f76; }

 p { color: rgb(178,79,118); }

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

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

 a { background-color: rgb(178,79,118); }

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

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

 span { border-color: rgb(178,79,118); }

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