#B65882

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

Shades of Royal Heath #B65882

Tints of Royal Heath #B65882

Color information

#B65882 (or 0xB65882) is unknown color: approx Royal Heath. HEX triplet: B6, 58 and 82. RGB value is (182,88,130). Sum of RGB (Red+Green+Blue) = 182+88+130=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B65882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65882 is #49A77D. Grayscale: #787878. Windows color (decimal): -4827006 or 8542390. OLE color: 8542390.

HSL color Cylindrical-coordinate representation of color #B65882: hue angle of 333.19º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65882 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18288130-
CMYK00.520.290.29
HSL333.19º39.17%52.94%-
HSV(B)333.19º51.65%71.37%-
XYZ26.8118.5423.28-
YUV120.89133.14171.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=45.5%
G=22%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828813000.520.290.29333.1939.1752.94
HexB658820341D1D14d2735
Octal26613020206435355154765
Binary1011011010110001000001001101001110111101101001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65882; }

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

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

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

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

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

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

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

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