#B24B71

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

Shades of Royal Heath #B24B71

Tints of Royal Heath #B24B71

Color information

#B24B71 (or 0xB24B71) is unknown color: approx Royal Heath. HEX triplet: B2, 4B and 71. RGB value is (178,75,113). Sum of RGB (Red+Green+Blue) = 178+75+113=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B71 is #4DB48E. Grayscale: #6E6E6E. Windows color (decimal): -5092495 or 7424946. OLE color: 7424946.

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

Color convert

RGB17875113-
CMYK00.580.370.30
HSL337.86º40.71%49.61%-
HSV(B)337.86º57.87%69.8%-
XYZ23.8615.6917.39-
YUV110.13129.62176.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=48.63%
G=20.49%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787511300.580.370.30337.8640.7149.61
HexB24B7103A251E1522932
Octal26211316107245365225162
Binary1011001010010111110001011101010010111110101010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B71; }

 p { color: rgb(178,75,113); }

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

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

 a { background-color: rgb(178,75,113); }

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

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

 span { border-color: rgb(178,75,113); }

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