Html Css Color HEX #B24370 Royal Heath

📋 copy color: '#B24370'

red 178 ◦ green 67 ◦ blue 112

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

Shades of Royal Heath #B24370

Tints of Royal Heath #B24370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.77%

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

R = 49.86%
G = 18.77%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B24370 (or 0xB24370) is known color: Royal Heath. HEX triplet: B2, 43 and 70. RGB value is (178,67,112). Sum of RGB (Red+Green+Blue) = 178+67+112=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B24370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24370 is #4DBC8F. Grayscale: #696969. Windows color (decimal): -5094544 or 7357362. OLE color: 7357362.

HSL color Cylindrical-coordinate representation of color #B24370: hue angle of 335.68º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24370 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 112 -
CMYK 0 0.62 0.37 0.30
HSL 335.68º 0.45% 0.48% -
HSV(B) 335.68º 0.62% 0.7% -
XYZ 23.29 14.65 16.93 -
YUV 105.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 178 67 112 0 0.62 0.37 0.30 335.68 0.45 0.48
Hex B2 43 70 0 3E 25 1E 150 2D 30
Octal 262 103 160 0 76 45 36 520 55 60
Binary 10110010 1000011 1110000 0 111110 100101 11110 101010000 101101 110000

Color Harmonies of #B24370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24370

Black with #B24370

Text Example


Text Example

White with #B24370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24370; }

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

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

background-color css

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

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

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

border-color css

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

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

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