#B65B76

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

Shades of Royal Heath #B65B76

Tints of Royal Heath #B65B76

Color information

#B65B76 (or 0xB65B76) is unknown color: approx Royal Heath. HEX triplet: B6, 5B and 76. RGB value is (182,91,118). Sum of RGB (Red+Green+Blue) = 182+91+118=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B76 is #49A489. Grayscale: #797979. Windows color (decimal): -4826250 or 7756726. OLE color: 7756726.

HSL color Cylindrical-coordinate representation of color #B65B76: hue angle of 342.2º 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 #B65B76 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18291118-
CMYK00.50.350.29
HSL342.2º38.4%53.53%-
HSV(B)342.2º50%71.37%-
XYZ26.318.7419.37-
YUV121.29126.15171.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=46.55%
G=23.27%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829111800.50.350.29342.238.453.53
HexB65B76032231D1562636
Octal26613316606243355264666
Binary1011011010110111110110011001010001111101101010110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B76; }

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

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

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

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

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

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

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

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