Html Css Color HEX #B24674 Royal Heath

📋 copy color: '#B24674'

red 178 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #B24674

Tints of Royal Heath #B24674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 48.9%
G = 19.23%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B24674 (or 0xB24674) is known color: Royal Heath. HEX triplet: B2, 46 and 74. RGB value is (178,70,116). Sum of RGB (Red+Green+Blue) = 178+70+116=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B24674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24674 is #4DB98B. Grayscale: #6B6B6B. Windows color (decimal): -5093772 or 7620274. OLE color: 7620274.

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

Color convert

RGB 178 70 116 -
CMYK 0 0.61 0.35 0.30
HSL 334.44º 0.44% 0.49% -
HSV(B) 334.44º 0.61% 0.7% -
XYZ 23.7 15.11 18.19 -
YUV 107.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 178 70 116 0 0.61 0.35 0.30 334.44 0.44 0.49
Hex B2 46 74 0 3D 23 1E 14E 2C 31
Octal 262 106 164 0 75 43 36 516 54 61
Binary 10110010 1000110 1110100 0 111101 100011 11110 101001110 101100 110001

Color Harmonies of #B24674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24674

Black with #B24674

Text Example


Text Example

White with #B24674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24674; }

 p { color: rgb(178,70,116); }

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

background-color css

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

 a { background-color: rgb(178,70,116); }

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

border-color css

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

 span { border-color: rgb(178,70,116); }

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