#B6496B

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

Shades of Royal Heath #B6496B

Tints of Royal Heath #B6496B

Color information

#B6496B (or 0xB6496B) is unknown color: approx Royal Heath. HEX triplet: B6, 49 and 6B. RGB value is (182,73,107). Sum of RGB (Red+Green+Blue) = 182+73+107=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6496B is #49B694. Grayscale: #6D6D6D. Windows color (decimal): -4830869 or 7031222. OLE color: 7031222.

HSL color Cylindrical-coordinate representation of color #B6496B: hue angle of 341.28º 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 #B6496B is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18273107-
CMYK00.600.410.29
HSL341.28º42.75%50%-
HSV(B)341.28º59.89%71.37%-
XYZ24.3315.7715.67-
YUV109.47126.61179.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=50.28%
G=20.17%
B=29.56%

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
Decimal1827310700.600.410.29341.2842.7550
HexB6496B03C291D1552b32
Octal26611115307451355255362
Binary1011011010010011101011011110010100111101101010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6496B; }

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

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

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

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

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

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

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

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