#B65479

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

Shades of Royal Heath #B65479

Tints of Royal Heath #B65479

Color information

#B65479 (or 0xB65479) is unknown color: approx Royal Heath. HEX triplet: B6, 54 and 79. RGB value is (182,84,121). Sum of RGB (Red+Green+Blue) = 182+84+121=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B65479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65479 is #49AB86. Grayscale: #757575. Windows color (decimal): -4828039 or 7951542. OLE color: 7951542.

HSL color Cylindrical-coordinate representation of color #B65479: hue angle of 337.35º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65479 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18284121-
CMYK00.540.340.29
HSL337.35º40.16%52.16%-
HSV(B)337.35º53.85%71.37%-
XYZ25.9117.6720.13-
YUV117.52129.97173.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=47.03%
G=21.71%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828412100.540.340.29337.3540.1652.16
HexB65479036221D1512834
Octal26612417106642355215064
Binary1011011010101001111001011011010001011101101010001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65479; }

 p { color: rgb(182,84,121); }

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

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

 a { background-color: rgb(182,84,121); }

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

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

 span { border-color: rgb(182,84,121); }

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