Html Css Color HEX #B24376 Royal Heath

📋 copy color: '#B24376'

red 178 ◦ green 67 ◦ blue 118

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

Shades of Royal Heath #B24376

Tints of Royal Heath #B24376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.46%

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

R = 49.04%
G = 18.46%
B = 32.51%

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

#B24376 (or 0xB24376) is known color: Royal Heath. HEX triplet: B2, 43 and 76. RGB value is (178,67,118). Sum of RGB (Red+Green+Blue) = 178+67+118=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B24376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24376 is #4DBC89. Grayscale: #696969. Windows color (decimal): -5094538 or 7750578. OLE color: 7750578.

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

Color convert

RGB 178 67 118 -
CMYK 0 0.62 0.34 0.30
HSL 332.43º 0.45% 0.48% -
HSV(B) 332.43º 0.62% 0.7% -
XYZ 23.64 14.79 18.75 -
YUV 106 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 178 67 118 0 0.62 0.34 0.30 332.43 0.45 0.48
Hex B2 43 76 0 3E 22 1E 14C 2D 30
Octal 262 103 166 0 76 42 36 514 55 60
Binary 10110010 1000011 1110110 0 111110 100010 11110 101001100 101101 110000

Color Harmonies of #B24376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24376

Black with #B24376

Text Example


Text Example

White with #B24376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24376; }

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

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

background-color css

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

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

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

border-color css

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

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

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