#b64077

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

Shades of Royal Heath #B64077

Tints of Royal Heath #B64077

Color information

#B64077 (or 0xB64077) is unknown color: approx Royal Heath. HEX triplet: B6, 40 and 77. RGB value is (182,64,119). Sum of RGB (Red+Green+Blue) = 182+64+119=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64077 is #49BF88. Grayscale: #696969. Windows color (decimal): -4833161 or 7815350. OLE color: 7815350.

HSL color Cylindrical-coordinate representation of color #B64077: hue angle of 332.03º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64077 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18264119-
CMYK00.650.350.29
HSL332.03º47.97%48.24%-
HSV(B)332.03º64.84%71.37%-
XYZ24.4514.9419.05-
YUV105.55135.59182.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=49.86%
G=17.53%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826411900.650.350.29332.0347.9748.24
HexB64077041231D14c3030
Octal266100167010143355146060
Binary10110110100000011101110100000110001111101101001100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b64077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b64077; }

 p { color: rgb(182,64,119); }

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

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

 a { background-color: rgb(182,64,119); }

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

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

 span { border-color: rgb(182,64,119); }

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