#B65079

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

Shades of Royal Heath #B65079

Tints of Royal Heath #B65079

Color information

#B65079 (or 0xB65079) is unknown color: approx Royal Heath. HEX triplet: B6, 50 and 79. RGB value is (182,80,121). Sum of RGB (Red+Green+Blue) = 182+80+121=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B65079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65079 is #49AF86. Grayscale: #737373. Windows color (decimal): -4829063 or 7950518. OLE color: 7950518.

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

Color convert

RGB18280121-
CMYK00.560.340.29
HSL335.88º41.13%51.37%-
HSV(B)335.88º56.04%71.37%-
XYZ25.6117.0620.03-
YUV115.17131.29175.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=47.52%
G=20.89%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828012100.560.340.29335.8841.1351.37
HexB65079038221D1502933
Octal26612017107042355205163
Binary1011011010100001111001011100010001011101101010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65079; }

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

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

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

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

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

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

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

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