Html Css Color HEX #B24277 Royal Heath

📋 copy color: '#B24277'

red 178 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #B24277

Tints of Royal Heath #B24277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

 BLUE value IS 119 (46.88% from 255) = 32.78%

R = 49.04%
G = 18.18%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B24277 (or 0xB24277) is known color: Royal Heath. HEX triplet: B2, 42 and 77. RGB value is (178,66,119). Sum of RGB (Red+Green+Blue) = 178+66+119=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B24277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24277 is #4DBD88. Grayscale: #696969. Windows color (decimal): -5094793 or 7815858. OLE color: 7815858.

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

Color convert

RGB 178 66 119 -
CMYK 0 0.63 0.33 0.30
HSL 331.61º 0.46% 0.48% -
HSV(B) 331.61º 0.63% 0.7% -
XYZ 23.64 14.69 19.04 -
YUV 105.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 178 66 119 0 0.63 0.33 0.30 331.61 0.46 0.48
Hex B2 42 77 0 3F 21 1E 14C 2E 30
Octal 262 102 167 0 77 41 36 514 56 60
Binary 10110010 1000010 1110111 0 111111 100001 11110 101001100 101110 110000

Color Harmonies of #B24277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24277

Black with #B24277

Text Example


Text Example

White with #B24277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24277; }

 p { color: rgb(178,66,119); }

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

background-color css

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

 a { background-color: rgb(178,66,119); }

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

border-color css

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

 span { border-color: rgb(178,66,119); }

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