#B24C6C

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

Shades of Royal Heath #B24C6C

Tints of Royal Heath #B24C6C

Color information

#B24C6C (or 0xB24C6C) is unknown color: approx Royal Heath. HEX triplet: B2, 4C and 6C. RGB value is (178,76,108). Sum of RGB (Red+Green+Blue) = 178+76+108=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C6C is #4DB393. Grayscale: #6E6E6E. Windows color (decimal): -5092244 or 7097522. OLE color: 7097522.

HSL color Cylindrical-coordinate representation of color #B24C6C: hue angle of 341.18º 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 #B24C6C is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17876108-
CMYK00.570.390.30
HSL341.18º40.16%49.8%-
HSV(B)341.18º57.3%69.8%-
XYZ23.6515.7215.97-
YUV110.15126.79176.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=49.17%
G=20.99%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787610800.570.390.30341.1840.1649.8
HexB24C6C039271E1552832
Octal26211415407147365255062
Binary1011001010011001101100011100110011111110101010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C6C; }

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

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

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

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

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

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

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

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