Html Css Color HEX #B24879 Royal Heath

📋 copy color: '#B24879'

red 178 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #B24879

Tints of Royal Heath #B24879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 47.98%
G = 19.41%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B24879 (or 0xB24879) is known color: Royal Heath. HEX triplet: B2, 48 and 79. RGB value is (178,72,121). Sum of RGB (Red+Green+Blue) = 178+72+121=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B24879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24879 is #4DB786. Grayscale: #6D6D6D. Windows color (decimal): -5093255 or 7948466. OLE color: 7948466.

HSL color Cylindrical-coordinate representation of color #B24879: hue angle of 332.26º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24879 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 121 -
CMYK 0 0.60 0.32 0.30
HSL 332.26º 0.42% 0.49% -
HSV(B) 332.26º 0.6% 0.7% -
XYZ 24.13 15.48 19.81 -
YUV 109.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 178 72 121 0 0.60 0.32 0.30 332.26 0.42 0.49
Hex B2 48 79 0 3C 20 1E 14C 2A 31
Octal 262 110 171 0 74 40 36 514 52 61
Binary 10110010 1001000 1111001 0 111100 100000 11110 101001100 101010 110001

Color Harmonies of #B24879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24879

Black with #B24879

Text Example


Text Example

White with #B24879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24879; }

 p { color: rgb(178,72,121); }

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

background-color css

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

 a { background-color: rgb(178,72,121); }

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

border-color css

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

 span { border-color: rgb(178,72,121); }

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