#B65B84

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

Shades of Royal Heath #B65B84

Tints of Royal Heath #B65B84

Color information

#B65B84 (or 0xB65B84) is unknown color: approx Royal Heath. HEX triplet: B6, 5B and 84. RGB value is (182,91,132). Sum of RGB (Red+Green+Blue) = 182+91+132=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B84 is #49A47B. Grayscale: #7A7A7A. Windows color (decimal): -4826236 or 8674230. OLE color: 8674230.

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

Color convert

RGB18291132-
CMYK00.50.270.29
HSL332.97º38.4%53.53%-
HSV(B)332.97º50%71.37%-
XYZ27.219.0924.08-
YUV122.88133.15170.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=44.94%
G=22.47%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829113200.50.270.29332.9738.453.53
HexB65B840321B1D14d2636
Octal26613320406233355154666
Binary1011011010110111000010001100101101111101101001101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B84; }

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

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

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

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

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

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

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

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