Html Css Color HEX #B24477 Royal Heath

📋 copy color: '#B24477'

red 178 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #B24477

Tints of Royal Heath #B24477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 48.77%
G = 18.63%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B24477 (or 0xB24477) is known color: Royal Heath. HEX triplet: B2, 44 and 77. RGB value is (178,68,119). Sum of RGB (Red+Green+Blue) = 178+68+119=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24477 is #4DBB88. Grayscale: #6A6A6A. Windows color (decimal): -5094281 or 7816370. OLE color: 7816370.

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

Color convert

RGB 178 68 119 -
CMYK 0 0.62 0.33 0.30
HSL 332.18º 0.45% 0.48% -
HSV(B) 332.18º 0.62% 0.7% -
XYZ 23.76 14.93 19.08 -
YUV 106.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 178 68 119 0 0.62 0.33 0.30 332.18 0.45 0.48
Hex B2 44 77 0 3E 21 1E 14C 2D 30
Octal 262 104 167 0 76 41 36 514 55 60
Binary 10110010 1000100 1110111 0 111110 100001 11110 101001100 101101 110000

Color Harmonies of #B24477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24477

Black with #B24477

Text Example


Text Example

White with #B24477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24477; }

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

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

background-color css

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

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

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

border-color css

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

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

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