Html Css Color HEX #B24779 Royal Heath

📋 copy color: '#B24779'

red 178 ◦ green 71 ◦ blue 121

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

Shades of Royal Heath #B24779

Tints of Royal Heath #B24779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

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

R = 48.11%
G = 19.19%
B = 32.7%

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

#B24779 (or 0xB24779) is known color: Royal Heath. HEX triplet: B2, 47 and 79. RGB value is (178,71,121). Sum of RGB (Red+Green+Blue) = 178+71+121=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B24779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24779 is #4DB886. Grayscale: #6C6C6C. Windows color (decimal): -5093511 or 7948210. OLE color: 7948210.

HSL color Cylindrical-coordinate representation of color #B24779: hue angle of 331.96º degrees, saturation: 0.43, 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 #B24779 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 71 121 -
CMYK 0 0.60 0.32 0.30
HSL 331.96º 0.43% 0.49% -
HSV(B) 331.96º 0.6% 0.7% -
XYZ 24.06 15.35 19.78 -
YUV 108.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 178 71 121 0 0.60 0.32 0.30 331.96 0.43 0.49
Hex B2 47 79 0 3C 20 1E 14C 2B 31
Octal 262 107 171 0 74 40 36 514 53 61
Binary 10110010 1000111 1111001 0 111100 100000 11110 101001100 101011 110001

Color Harmonies of #B24779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24779

Black with #B24779

Text Example


Text Example

White with #B24779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24779; }

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

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

background-color css

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

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

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

border-color css

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

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

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