Html Css Color HEX #B24176 Royal Heath

📋 copy color: '#B24176'

red 178 ◦ green 65 ◦ blue 118

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

Shades of Royal Heath #B24176

Tints of Royal Heath #B24176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 49.31%
G = 18.01%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24176 (or 0xB24176) is known color: Royal Heath. HEX triplet: B2, 41 and 76. RGB value is (178,65,118). Sum of RGB (Red+Green+Blue) = 178+65+118=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B24176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24176 is #4DBE89. Grayscale: #686868. Windows color (decimal): -5095050 or 7750066. OLE color: 7750066.

HSL color Cylindrical-coordinate representation of color #B24176: hue angle of 331.86º degrees, saturation: 0.47, 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 #B24176 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 118 -
CMYK 0 0.63 0.34 0.30
HSL 331.86º 0.47% 0.48% -
HSV(B) 331.86º 0.63% 0.7% -
XYZ 23.52 14.55 18.71 -
YUV 104.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 178 65 118 0 0.63 0.34 0.30 331.86 0.47 0.48
Hex B2 41 76 0 3F 22 1E 14C 2F 30
Octal 262 101 166 0 77 42 36 514 57 60
Binary 10110010 1000001 1110110 0 111111 100010 11110 101001100 101111 110000

Color Harmonies of #B24176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24176

Black with #B24176

Text Example


Text Example

White with #B24176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24176; }

 p { color: rgb(178,65,118); }

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

background-color css

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

 a { background-color: rgb(178,65,118); }

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

border-color css

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

 span { border-color: rgb(178,65,118); }

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