Html Css Color HEX #B24E72 Royal Heath

📋 copy color: '#B24E72'

red 178 ◦ green 78 ◦ blue 114

#B24E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B24E72

Tints of Royal Heath #B24E72

RGB

 RED value IS 178 (69.92% from 255) = 48.11%

 GREEN value IS 78 (30.86% from 255) = 21.08%

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 48.11%
G = 21.08%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B24E72 (or 0xB24E72) is known color: Royal Heath. HEX triplet: B2, 4E and 72. RGB value is (178,78,114). Sum of RGB (Red+Green+Blue) = 178+78+114=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E72 is #4DB18D. Grayscale: #6F6F6F. Windows color (decimal): -5091726 or 7491250. OLE color: 7491250.

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

Color convert

RGB 178 78 114 -
CMYK 0 0.56 0.36 0.30
HSL 338.4º 0.39% 0.5% -
HSV(B) 338.4º 0.56% 0.7% -
XYZ 24.12 16.13 17.76 -
YUV 112 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 178 78 114 0 0.56 0.36 0.30 338.4 0.39 0.5
Hex B2 4E 72 0 38 24 1E 152 27 32
Octal 262 116 162 0 70 44 36 522 47 62
Binary 10110010 1001110 1110010 0 111000 100100 11110 101010010 100111 110010

Color Harmonies of #B24E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24E72

Black with #B24E72

Text Example


Text Example

White with #B24E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24E72; }

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

 H1.HeaderClassName
 {
   color: #B24E72;
 }
 .AnyTagClassName
 {
   color: #B24E72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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