Html Css Color HEX #B24576 Royal Heath

📋 copy color: '#B24576'

red 178 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #B24576

Tints of Royal Heath #B24576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 48.77%
G = 18.9%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24576 (or 0xB24576) is known color: Royal Heath. HEX triplet: B2, 45 and 76. RGB value is (178,69,118). Sum of RGB (Red+Green+Blue) = 178+69+118=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24576 is #4DBA89. Grayscale: #6B6B6B. Windows color (decimal): -5094026 or 7751090. OLE color: 7751090.

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

Color convert

RGB 178 69 118 -
CMYK 0 0.61 0.34 0.30
HSL 333.03º 0.44% 0.48% -
HSV(B) 333.03º 0.61% 0.7% -
XYZ 23.76 15.03 18.79 -
YUV 107.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 178 69 118 0 0.61 0.34 0.30 333.03 0.44 0.48
Hex B2 45 76 0 3D 22 1E 14D 2C 30
Octal 262 105 166 0 75 42 36 515 54 60
Binary 10110010 1000101 1110110 0 111101 100010 11110 101001101 101100 110000

Color Harmonies of #B24576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24576

Black with #B24576

Text Example


Text Example

White with #B24576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24576; }

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

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

background-color css

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

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

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

border-color css

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

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

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