#B6446C

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

Shades of Royal Heath #B6446C

Tints of Royal Heath #B6446C

Color information

#B6446C (or 0xB6446C) is unknown color: approx Royal Heath. HEX triplet: B6, 44 and 6C. RGB value is (182,68,108). Sum of RGB (Red+Green+Blue) = 182+68+108=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6446C is #49BB93. Grayscale: #6A6A6A. Windows color (decimal): -4832148 or 7095478. OLE color: 7095478.

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

Color convert

RGB18268108-
CMYK00.630.410.29
HSL338.95º45.6%49.02%-
HSV(B)338.95º62.64%71.37%-
XYZ24.0715.1615.85-
YUV106.65128.77181.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=50.84%
G=18.99%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826810800.630.410.29338.9545.649.02
HexB6446C03F291D1532e31
Octal26610415407751355235661
Binary1011011010001001101100011111110100111101101010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6446C; }

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

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

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

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

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

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

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

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