Html Css Color HEX #B24575 Royal Heath

📋 copy color: '#B24575'

red 178 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #B24575

Tints of Royal Heath #B24575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.96%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 48.9%
G = 18.96%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24575 (or 0xB24575) is known color: Royal Heath. HEX triplet: B2, 45 and 75. RGB value is (178,69,117). Sum of RGB (Red+Green+Blue) = 178+69+117=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B24575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24575 is #4DBA8A. Grayscale: #6A6A6A. Windows color (decimal): -5094027 or 7685554. OLE color: 7685554.

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

Color convert

RGB 178 69 117 -
CMYK 0 0.61 0.34 0.30
HSL 333.58º 0.44% 0.48% -
HSV(B) 333.58º 0.61% 0.7% -
XYZ 23.7 15.01 18.48 -
YUV 107.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 178 69 117 0 0.61 0.34 0.30 333.58 0.44 0.48
Hex B2 45 75 0 3D 22 1E 14E 2C 30
Octal 262 105 165 0 75 42 36 516 54 60
Binary 10110010 1000101 1110101 0 111101 100010 11110 101001110 101100 110000

Color Harmonies of #B24575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24575

Black with #B24575

Text Example


Text Example

White with #B24575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24575; }

 p { color: rgb(178,69,117); }

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

background-color css

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

 a { background-color: rgb(178,69,117); }

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

border-color css

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

 span { border-color: rgb(178,69,117); }

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