#B6456D

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

Shades of Royal Heath #B6456D

Tints of Royal Heath #B6456D

Color information

#B6456D (or 0xB6456D) is unknown color: approx Royal Heath. HEX triplet: B6, 45 and 6D. RGB value is (182,69,109). Sum of RGB (Red+Green+Blue) = 182+69+109=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6456D is #49BA92. Grayscale: #6B6B6B. Windows color (decimal): -4831891 or 7161270. OLE color: 7161270.

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

Color convert

RGB18269109-
CMYK00.620.400.29
HSL338.76º45.02%49.22%-
HSV(B)338.76º62.09%71.37%-
XYZ24.1815.3116.15-
YUV107.35128.94181.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=50.56%
G=19.17%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826910900.620.400.29338.7645.0249.22
HexB6456D03E281D1532d31
Octal26610515507650355235561
Binary1011011010001011101101011111010100011101101010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6456D; }

 p { color: rgb(182,69,109); }

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

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

 a { background-color: rgb(182,69,109); }

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

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

 span { border-color: rgb(182,69,109); }

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