Html Css Color HEX #B24D76 Royal Heath

📋 copy color: '#B24D76'

red 178 ◦ green 77 ◦ blue 118

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

Shades of Royal Heath #B24D76

Tints of Royal Heath #B24D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

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

R = 47.72%
G = 20.64%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24D76 (or 0xB24D76) is known color: Royal Heath. HEX triplet: B2, 4D and 76. RGB value is (178,77,118). Sum of RGB (Red+Green+Blue) = 178+77+118=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D76 is #4DB289. Grayscale: #6F6F6F. Windows color (decimal): -5091978 or 7753138. OLE color: 7753138.

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

Color convert

RGB 178 77 118 -
CMYK 0 0.57 0.34 0.30
HSL 335.64º 0.4% 0.5% -
HSV(B) 335.64º 0.57% 0.7% -
XYZ 24.28 16.08 18.96 -
YUV 111.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 178 77 118 0 0.57 0.34 0.30 335.64 0.4 0.5
Hex B2 4D 76 0 39 22 1E 150 28 32
Octal 262 115 166 0 71 42 36 520 50 62
Binary 10110010 1001101 1110110 0 111001 100010 11110 101010000 101000 110010

Color Harmonies of #B24D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D76

Black with #B24D76

Text Example


Text Example

White with #B24D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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