#B65B82

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

Shades of Royal Heath #B65B82

Tints of Royal Heath #B65B82

Color information

#B65B82 (or 0xB65B82) is unknown color: approx Royal Heath. HEX triplet: B6, 5B and 82. RGB value is (182,91,130). Sum of RGB (Red+Green+Blue) = 182+91+130=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B82 is #49A47D. Grayscale: #7A7A7A. Windows color (decimal): -4826238 or 8543158. OLE color: 8543158.

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

Color convert

RGB18291130-
CMYK00.50.290.29
HSL334.29º38.4%53.53%-
HSV(B)334.29º50%71.37%-
XYZ27.0619.0423.37-
YUV122.66132.15170.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=45.16%
G=22.58%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829113000.50.290.29334.2938.453.53
HexB65B820321D1D14e2636
Octal26613320206235355164666
Binary1011011010110111000001001100101110111101101001110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B82; }

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

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

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

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

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

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

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

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