Html Css Color HEX #B24871 Royal Heath

📋 copy color: '#B24871'

red 178 ◦ green 72 ◦ blue 113

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

Shades of Royal Heath #B24871

Tints of Royal Heath #B24871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 49.04%
G = 19.83%
B = 31.13%

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

#B24871 (or 0xB24871) is known color: Royal Heath. HEX triplet: B2, 48 and 71. RGB value is (178,72,113). Sum of RGB (Red+Green+Blue) = 178+72+113=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B24871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24871 is #4DB78E. Grayscale: #6C6C6C. Windows color (decimal): -5093263 or 7424178. OLE color: 7424178.

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

Color convert

RGB 178 72 113 -
CMYK 0 0.60 0.37 0.30
HSL 336.79º 0.42% 0.49% -
HSV(B) 336.79º 0.6% 0.7% -
XYZ 23.66 15.29 17.33 -
YUV 108.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 178 72 113 0 0.60 0.37 0.30 336.79 0.42 0.49
Hex B2 48 71 0 3C 25 1E 151 2A 31
Octal 262 110 161 0 74 45 36 521 52 61
Binary 10110010 1001000 1110001 0 111100 100101 11110 101010001 101010 110001

Color Harmonies of #B24871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24871

Black with #B24871

Text Example


Text Example

White with #B24871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24871; }

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

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

background-color css

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

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

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

border-color css

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

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

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