#B24572

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

Shades of Royal Heath #B24572

Tints of Royal Heath #B24572

Color information

#B24572 (or 0xB24572) is unknown color: approx Royal Heath. HEX triplet: B2, 45 and 72. RGB value is (178,69,114). Sum of RGB (Red+Green+Blue) = 178+69+114=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B24572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24572 is #4DBA8D. Grayscale: #6A6A6A. Windows color (decimal): -5094030 or 7488946. OLE color: 7488946.

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

Color convert

RGB17869114-
CMYK00.610.360.30
HSL335.23º44.13%48.43%-
HSV(B)335.23º61.24%69.8%-
XYZ23.5314.9417.56-
YUV106.72132.11178.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=49.31%
G=19.11%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786911400.610.360.30335.2344.1348.43
HexB2457203D241E14f2c30
Octal26210516207544365175460
Binary1011001010001011110010011110110010011110101001111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24572; }

 p { color: rgb(178,69,114); }

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

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

 a { background-color: rgb(178,69,114); }

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

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

 span { border-color: rgb(178,69,114); }

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