#B65B79

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

Shades of Royal Heath #B65B79

Tints of Royal Heath #B65B79

Color information

#B65B79 (or 0xB65B79) is unknown color: approx Royal Heath. HEX triplet: B6, 5B and 79. RGB value is (182,91,121). Sum of RGB (Red+Green+Blue) = 182+91+121=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B79 is #49A486. Grayscale: #797979. Windows color (decimal): -4826247 or 7953334. OLE color: 7953334.

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

Color convert

RGB18291121-
CMYK00.50.340.29
HSL340.22º38.4%53.53%-
HSV(B)340.22º50%71.37%-
XYZ26.4818.8120.32-
YUV121.63127.65171.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=46.19%
G=23.10%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829112100.50.340.29340.2238.453.53
HexB65B79032221D1542636
Octal26613317106242355244666
Binary1011011010110111111001011001010001011101101010100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B79; }

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

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

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

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

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

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

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

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