#B64872

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

Shades of Royal Heath #B64872

Tints of Royal Heath #B64872

Color information

#B64872 (or 0xB64872) is unknown color: approx Royal Heath. HEX triplet: B6, 48 and 72. RGB value is (182,72,114). Sum of RGB (Red+Green+Blue) = 182+72+114=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B64872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64872 is #49B78D. Grayscale: #6D6D6D. Windows color (decimal): -4831118 or 7489718. OLE color: 7489718.

HSL color Cylindrical-coordinate representation of color #B64872: hue angle of 337.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64872 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18272114-
CMYK00.600.370.29
HSL337.09º43.31%49.8%-
HSV(B)337.09º60.44%71.37%-
XYZ24.6515.7917.67-
YUV109.68130.44179.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 72 (28.52% from 255) = 19.57%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=49.46%
G=19.57%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827211400.600.370.29337.0943.3149.8
HexB6487203C251D1512b32
Octal26611016207445355215362
Binary1011011010010001110010011110010010111101101010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64872; }

 p { color: rgb(182,72,114); }

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

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

 a { background-color: rgb(182,72,114); }

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

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

 span { border-color: rgb(182,72,114); }

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