#B24C6F

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

Shades of Royal Heath #B24C6F

Tints of Royal Heath #B24C6F

Color information

#B24C6F (or 0xB24C6F) is unknown color: approx Royal Heath. HEX triplet: B2, 4C and 6F. RGB value is (178,76,111). Sum of RGB (Red+Green+Blue) = 178+76+111=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C6F is #4DB390. Grayscale: #6E6E6E. Windows color (decimal): -5092241 or 7294130. OLE color: 7294130.

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

Color convert

RGB17876111-
CMYK00.570.380.30
HSL339.41º40.16%49.8%-
HSV(B)339.41º57.3%69.8%-
XYZ23.8115.7816.83-
YUV110.49128.29176.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=48.77%
G=20.82%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787611100.570.380.30339.4140.1649.8
HexB24C6F039261E1532832
Octal26211415707146365235062
Binary1011001010011001101111011100110011011110101010011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C6F; }

 p { color: rgb(178,76,111); }

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

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

 a { background-color: rgb(178,76,111); }

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

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

 span { border-color: rgb(178,76,111); }

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