#B64471

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

Shades of Royal Heath #B64471

Tints of Royal Heath #B64471

Color information

#B64471 (or 0xB64471) is unknown color: approx Royal Heath. HEX triplet: B6, 44 and 71. RGB value is (182,68,113). Sum of RGB (Red+Green+Blue) = 182+68+113=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B64471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64471 is #49BB8E. Grayscale: #6B6B6B. Windows color (decimal): -4832143 or 7423158. OLE color: 7423158.

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

Color convert

RGB18268113-
CMYK00.630.380.29
HSL336.32º45.6%49.02%-
HSV(B)336.32º62.64%71.37%-
XYZ24.3415.2717.29-
YUV107.22131.27181.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=50.14%
G=18.73%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826811300.630.380.29336.3245.649.02
HexB6447103F261D1502e31
Octal26610416107746355205661
Binary1011011010001001110001011111110011011101101010000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64471; }

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

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

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

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

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

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

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

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