Html Css Color HEX #B24772 Royal Heath

📋 copy color: '#B24772'

red 178 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #B24772

Tints of Royal Heath #B24772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 49.04%
G = 19.56%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B24772 (or 0xB24772) is known color: Royal Heath. HEX triplet: B2, 47 and 72. RGB value is (178,71,114). Sum of RGB (Red+Green+Blue) = 178+71+114=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B24772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24772 is #4DB88D. Grayscale: #6B6B6B. Windows color (decimal): -5093518 or 7489458. OLE color: 7489458.

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

Color convert

RGB 178 71 114 -
CMYK 0 0.60 0.36 0.30
HSL 335.89º 0.43% 0.49% -
HSV(B) 335.89º 0.6% 0.7% -
XYZ 23.65 15.19 17.6 -
YUV 107.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 178 71 114 0 0.60 0.36 0.30 335.89 0.43 0.49
Hex B2 47 72 0 3C 24 1E 150 2B 31
Octal 262 107 162 0 74 44 36 520 53 61
Binary 10110010 1000111 1110010 0 111100 100100 11110 101010000 101011 110001

Color Harmonies of #B24772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24772

Black with #B24772

Text Example


Text Example

White with #B24772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24772; }

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

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

background-color css

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

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

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

border-color css

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

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

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