#B8496F

Color #B8496F Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B8496F

Tints of Royal Heath #B8496F

Color information

#B8496F (or 0xB8496F) is unknown color: approx Royal Heath. HEX triplet: B8, 49 and 6F. RGB value is (184,73,111). Sum of RGB (Red+Green+Blue) = 184+73+111=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B8496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8496F is #47B690. Grayscale: #6E6E6E. Windows color (decimal): -4699793 or 7293368. OLE color: 7293368.

HSL color Cylindrical-coordinate representation of color #B8496F: hue angle of 339.46º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8496F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18473111-
CMYK00.600.400.28
HSL339.46º43.87%50.39%-
HSV(B)339.46º60.33%72.16%-
XYZ25.0216.116.83-
YUV110.52128.27180.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=50%
G=19.84%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847311100.600.400.28339.4643.8750.39
HexB8496F03C281C1532c32
Octal27011115707450345235462
Binary1011100010010011101111011110010100011100101010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8496F; }

 p { color: rgb(184,73,111); }

 H1.HeaderClassName
 {
   color: #B8496F;
 }
 .AnyTagClassName
 {
   color: #B8496F;
 }
</style>
background-color css

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

 a { background-color: rgb(184,73,111); }

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

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

 span { border-color: rgb(184,73,111); }

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