Html Css Color HEX #B24073 Royal Heath

📋 copy color: '#B24073'

red 178 ◦ green 64 ◦ blue 115

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

Shades of Royal Heath #B24073

Tints of Royal Heath #B24073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

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

R = 49.86%
G = 17.93%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B24073 (or 0xB24073) is known color: Royal Heath. HEX triplet: B2, 40 and 73. RGB value is (178,64,115). Sum of RGB (Red+Green+Blue) = 178+64+115=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B24073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24073 is #4DBF8C. Grayscale: #676767. Windows color (decimal): -5095309 or 7553202. OLE color: 7553202.

HSL color Cylindrical-coordinate representation of color #B24073: hue angle of 333.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24073 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 115 -
CMYK 0 0.64 0.35 0.30
HSL 333.16º 0.47% 0.47% -
HSV(B) 333.16º 0.64% 0.7% -
XYZ 23.29 14.37 17.77 -
YUV 103.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 178 64 115 0 0.64 0.35 0.30 333.16 0.47 0.47
Hex B2 40 73 0 40 23 1E 14D 2F 2F
Octal 262 100 163 0 100 43 36 515 57 57
Binary 10110010 1000000 1110011 0 1000000 100011 11110 101001101 101111 101111

Color Harmonies of #B24073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24073

Black with #B24073

Text Example


Text Example

White with #B24073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24073; }

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

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

background-color css

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

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

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

border-color css

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

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

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