#b7496d

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

Shades of Royal Heath #B7496D

Tints of Royal Heath #B7496D

Color information

#B7496D (or 0xB7496D) is unknown color: approx Royal Heath. HEX triplet: B7, 49 and 6D. RGB value is (183,73,109). Sum of RGB (Red+Green+Blue) = 183+73+109=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7496D is #48B692. Grayscale: #6D6D6D. Windows color (decimal): -4765331 or 7162295. OLE color: 7162295.

HSL color Cylindrical-coordinate representation of color #B7496D: hue angle of 340.36º degrees, saturation: 0.43, 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 #B7496D is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18373109-
CMYK00.600.400.28
HSL340.36º43.31%50.2%-
HSV(B)340.36º60.11%71.76%-
XYZ24.6715.9416.24-
YUV109.99127.44180.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=50.14%
G=20%
B=29.86%

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
Decimal1837310900.600.400.28340.3643.3150.2
HexB7496D03C281C1542b32
Octal26711115507450345245362
Binary1011011110010011101101011110010100011100101010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7496d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7496d; }

 p { color: rgb(183,73,109); }

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

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

 a { background-color: rgb(183,73,109); }

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

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

 span { border-color: rgb(183,73,109); }

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