#B64670

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

Shades of Royal Heath #B64670

Tints of Royal Heath #B64670

Color information

#B64670 (or 0xB64670) is unknown color: approx Royal Heath. HEX triplet: B6, 46 and 70. RGB value is (182,70,112). Sum of RGB (Red+Green+Blue) = 182+70+112=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B64670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64670 is #49B98F. Grayscale: #6C6C6C. Windows color (decimal): -4831632 or 7358134. OLE color: 7358134.

HSL color Cylindrical-coordinate representation of color #B64670: hue angle of 337.5º degrees, saturation: 0.44, 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 #B64670 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18270112-
CMYK00.620.380.29
HSL337.5º44.44%49.41%-
HSV(B)337.5º61.54%71.37%-
XYZ24.4115.517.03-
YUV108.28130.11180.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=50%
G=19.23%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827011200.620.380.29337.544.4449.41
HexB6467003E261D1522c31
Octal26610616007646355225461
Binary1011011010001101110000011111010011011101101010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64670; }

 p { color: rgb(182,70,112); }

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

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

 a { background-color: rgb(182,70,112); }

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

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

 span { border-color: rgb(182,70,112); }

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