#B24176

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

Shades of Royal Heath #B24176

Tints of Royal Heath #B24176

Color information

#B24176 (or 0xB24176) is unknown color: approx Royal Heath. HEX triplet: B2, 41 and 76. RGB value is (178,65,118). Sum of RGB (Red+Green+Blue) = 178+65+118=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B24176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24176 is #4DBE89. Grayscale: #686868. Windows color (decimal): -5095050 or 7750066. OLE color: 7750066.

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

Color convert

RGB17865118-
CMYK00.630.340.30
HSL331.86º46.5%47.65%-
HSV(B)331.86º63.48%69.8%-
XYZ23.5214.5518.71-
YUV104.83135.44180.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=49.31%
G=18.01%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786511800.630.340.30331.8646.547.65
HexB2417603F221E14c2f30
Octal26210116607742365145760
Binary1011001010000011110110011111110001011110101001100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24176; }

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

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

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

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

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

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

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

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