Html Css Color HEX #B24C71 Royal Heath

📋 copy color: '#B24C71'

red 178 ◦ green 76 ◦ blue 113

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

Shades of Royal Heath #B24C71

Tints of Royal Heath #B24C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

 BLUE value IS 113 (44.53% from 255) = 30.79%

R = 48.5%
G = 20.71%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B24C71 (or 0xB24C71) is known color: Royal Heath. HEX triplet: B2, 4C and 71. RGB value is (178,76,113). Sum of RGB (Red+Green+Blue) = 178+76+113=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24C71 is #4DB38E. Grayscale: #6E6E6E. Windows color (decimal): -5092239 or 7425202. OLE color: 7425202.

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

Color convert

RGB 178 76 113 -
CMYK 0 0.57 0.37 0.30
HSL 338.24º 0.4% 0.5% -
HSV(B) 338.24º 0.57% 0.7% -
XYZ 23.93 15.83 17.42 -
YUV 110.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 178 76 113 0 0.57 0.37 0.30 338.24 0.4 0.5
Hex B2 4C 71 0 39 25 1E 152 28 32
Octal 262 114 161 0 71 45 36 522 50 62
Binary 10110010 1001100 1110001 0 111001 100101 11110 101010010 101000 110010

Color Harmonies of #B24C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C71

Black with #B24C71

Text Example


Text Example

White with #B24C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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