#B24076

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

Shades of Royal Heath #B24076

Tints of Royal Heath #B24076

Color information

#B24076 (or 0xB24076) is unknown color: approx Royal Heath. HEX triplet: B2, 40 and 76. RGB value is (178,64,118). Sum of RGB (Red+Green+Blue) = 178+64+118=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B24076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24076 is #4DBF89. Grayscale: #686868. Windows color (decimal): -5095306 or 7749810. OLE color: 7749810.

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

Color convert

RGB17864118-
CMYK00.640.340.30
HSL331.58º47.11%47.45%-
HSV(B)331.58º64.04%69.8%-
XYZ23.4614.4418.69-
YUV104.24135.77180.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 64 (25.39% from 255) = 17.78%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=49.44%
G=17.78%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786411800.640.340.30331.5847.1147.45
HexB24076040221E14c2f2f
Octal262100166010042365145757
Binary10110010100000011101100100000010001011110101001100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24076; }

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

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

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

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

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

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

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

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