#B64275

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

Shades of Royal Heath #B64275

Tints of Royal Heath #B64275

Color information

#B64275 (or 0xB64275) is unknown color: approx Royal Heath. HEX triplet: B6, 42 and 75. RGB value is (182,66,117). Sum of RGB (Red+Green+Blue) = 182+66+117=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64275 is #49BD8A. Grayscale: #6A6A6A. Windows color (decimal): -4832651 or 7684790. OLE color: 7684790.

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

Color convert

RGB18266117-
CMYK00.640.360.29
HSL333.62º46.77%48.63%-
HSV(B)333.62º63.74%71.37%-
XYZ24.4515.1318.46-
YUV106.5133.93181.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=49.86%
G=18.08%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826611700.640.360.29333.6246.7748.63
HexB64275040241D14e2f31
Octal266102165010044355165761
Binary10110110100001011101010100000010010011101101001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64275; }

 p { color: rgb(182,66,117); }

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

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

 a { background-color: rgb(182,66,117); }

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

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

 span { border-color: rgb(182,66,117); }

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