Html Css Color HEX #B24672 Royal Heath

📋 copy color: '#B24672'

red 178 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #B24672

Tints of Royal Heath #B24672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 49.17%
G = 19.34%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B24672 (or 0xB24672) is known color: Royal Heath. HEX triplet: B2, 46 and 72. RGB value is (178,70,114). Sum of RGB (Red+Green+Blue) = 178+70+114=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B24672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24672 is #4DB98D. Grayscale: #6B6B6B. Windows color (decimal): -5093774 or 7489202. OLE color: 7489202.

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

Color convert

RGB 178 70 114 -
CMYK 0 0.61 0.36 0.30
HSL 335.56º 0.44% 0.49% -
HSV(B) 335.56º 0.61% 0.7% -
XYZ 23.59 15.06 17.58 -
YUV 107.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 178 70 114 0 0.61 0.36 0.30 335.56 0.44 0.49
Hex B2 46 72 0 3D 24 1E 150 2C 31
Octal 262 106 162 0 75 44 36 520 54 61
Binary 10110010 1000110 1110010 0 111101 100100 11110 101010000 101100 110001

Color Harmonies of #B24672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24672

Black with #B24672

Text Example


Text Example

White with #B24672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24672; }

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

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

background-color css

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

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

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

border-color css

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

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

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