#B6496C

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

Shades of Royal Heath #B6496C

Tints of Royal Heath #B6496C

Color information

#B6496C (or 0xB6496C) is unknown color: approx Royal Heath. HEX triplet: B6, 49 and 6C. RGB value is (182,73,108). Sum of RGB (Red+Green+Blue) = 182+73+108=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6496C is #49B693. Grayscale: #6D6D6D. Windows color (decimal): -4830868 or 7096758. OLE color: 7096758.

HSL color Cylindrical-coordinate representation of color #B6496C: hue angle of 340.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6496C is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18273108-
CMYK00.600.410.29
HSL340.73º42.75%50%-
HSV(B)340.73º59.89%71.37%-
XYZ24.3815.7915.95-
YUV109.58127.11179.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=50.14%
G=20.11%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827310800.600.410.29340.7342.7550
HexB6496C03C291D1552b32
Octal26611115407451355255362
Binary1011011010010011101100011110010100111101101010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6496C; }

 p { color: rgb(182,73,108); }

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

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

 a { background-color: rgb(182,73,108); }

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

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

 span { border-color: rgb(182,73,108); }

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