#B6446E

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

Shades of Royal Heath #B6446E

Tints of Royal Heath #B6446E

Color information

#B6446E (or 0xB6446E) is unknown color: approx Royal Heath. HEX triplet: B6, 44 and 6E. RGB value is (182,68,110). Sum of RGB (Red+Green+Blue) = 182+68+110=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6446E is #49BB91. Grayscale: #6A6A6A. Windows color (decimal): -4832146 or 7226550. OLE color: 7226550.

HSL color Cylindrical-coordinate representation of color #B6446E: hue angle of 337.89º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6446E is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18268110-
CMYK00.630.400.29
HSL337.89º45.6%49.02%-
HSV(B)337.89º62.64%71.37%-
XYZ24.1715.2116.41-
YUV106.87129.77181.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 68 (26.95% from 255) = 18.89%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=50.56%
G=18.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826811000.630.400.29337.8945.649.02
HexB6446E03F281D1522e31
Octal26610415607750355225661
Binary1011011010001001101110011111110100011101101010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6446E; }

 p { color: rgb(182,68,110); }

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

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

 a { background-color: rgb(182,68,110); }

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

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

 span { border-color: rgb(182,68,110); }

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