Html Css Color HEX #B24873 Royal Heath

📋 copy color: '#B24873'

red 178 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #B24873

Tints of Royal Heath #B24873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 48.77%
G = 19.73%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B24873 (or 0xB24873) is known color: Royal Heath. HEX triplet: B2, 48 and 73. RGB value is (178,72,115). Sum of RGB (Red+Green+Blue) = 178+72+115=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24873 is #4DB78C. Grayscale: #6C6C6C. Windows color (decimal): -5093261 or 7555250. OLE color: 7555250.

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

Color convert

RGB 178 72 115 -
CMYK 0 0.60 0.35 0.30
HSL 335.66º 0.42% 0.49% -
HSV(B) 335.66º 0.6% 0.7% -
XYZ 23.77 15.34 17.93 -
YUV 108.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 178 72 115 0 0.60 0.35 0.30 335.66 0.42 0.49
Hex B2 48 73 0 3C 23 1E 150 2A 31
Octal 262 110 163 0 74 43 36 520 52 61
Binary 10110010 1001000 1110011 0 111100 100011 11110 101010000 101010 110001

Color Harmonies of #B24873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24873

Black with #B24873

Text Example


Text Example

White with #B24873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24873; }

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

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

background-color css

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

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

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

border-color css

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

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

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