Html Css Color HEX #B24476 Royal Heath

📋 copy color: '#B24476'

red 178 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #B24476

Tints of Royal Heath #B24476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

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

R = 48.9%
G = 18.68%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24476 (or 0xB24476) is known color: Royal Heath. HEX triplet: B2, 44 and 76. RGB value is (178,68,118). Sum of RGB (Red+Green+Blue) = 178+68+118=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B24476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24476 is #4DBB89. Grayscale: #6A6A6A. Windows color (decimal): -5094282 or 7750834. OLE color: 7750834.

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

Color convert

RGB 178 68 118 -
CMYK 0 0.62 0.34 0.30
HSL 332.73º 0.45% 0.48% -
HSV(B) 332.73º 0.62% 0.7% -
XYZ 23.7 14.91 18.77 -
YUV 106.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 178 68 118 0 0.62 0.34 0.30 332.73 0.45 0.48
Hex B2 44 76 0 3E 22 1E 14D 2D 30
Octal 262 104 166 0 76 42 36 515 55 60
Binary 10110010 1000100 1110110 0 111110 100010 11110 101001101 101101 110000

Color Harmonies of #B24476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24476

Black with #B24476

Text Example


Text Example

White with #B24476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24476; }

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

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

background-color css

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

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

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

border-color css

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

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

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