Html Css Color HEX #B24770 Royal Heath

📋 copy color: '#B24770'

red 178 ◦ green 71 ◦ blue 112

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

Shades of Royal Heath #B24770

Tints of Royal Heath #B24770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 49.31%
G = 19.67%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B24770 (or 0xB24770) is known color: Royal Heath. HEX triplet: B2, 47 and 70. RGB value is (178,71,112). Sum of RGB (Red+Green+Blue) = 178+71+112=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B24770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24770 is #4DB88F. Grayscale: #6B6B6B. Windows color (decimal): -5093520 or 7358386. OLE color: 7358386.

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

Color convert

RGB 178 71 112 -
CMYK 0 0.60 0.37 0.30
HSL 337.01º 0.43% 0.49% -
HSV(B) 337.01º 0.6% 0.7% -
XYZ 23.54 15.14 17.01 -
YUV 107.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 178 71 112 0 0.60 0.37 0.30 337.01 0.43 0.49
Hex B2 47 70 0 3C 25 1E 151 2B 31
Octal 262 107 160 0 74 45 36 521 53 61
Binary 10110010 1000111 1110000 0 111100 100101 11110 101010001 101011 110001

Color Harmonies of #B24770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24770

Black with #B24770

Text Example


Text Example

White with #B24770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24770; }

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

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

background-color css

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

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

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

border-color css

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

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

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