#B95682

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

Shades of Royal Heath #B95682

Tints of Royal Heath #B95682

Color information

#B95682 (or 0xB95682) is unknown color: approx Royal Heath. HEX triplet: B9, 56 and 82. RGB value is (185,86,130). Sum of RGB (Red+Green+Blue) = 185+86+130=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95682 is #46A97D. Grayscale: #787878. Windows color (decimal): -4630910 or 8541881. OLE color: 8541881.

HSL color Cylindrical-coordinate representation of color #B95682: hue angle of 333.33º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95682 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18586130-
CMYK00.540.300.27
HSL333.33º41.42%53.14%-
HSV(B)333.33º53.51%72.55%-
XYZ27.3618.5823.26-
YUV120.62133.3173.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=46.13%
G=21.45%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858613000.540.300.27333.3341.4253.14
HexB956820361E1B14d2935
Octal27112620206636335155165
Binary1011100110101101000001001101101111011011101001101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95682; }

 p { color: rgb(185,86,130); }

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

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

 a { background-color: rgb(185,86,130); }

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

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

 span { border-color: rgb(185,86,130); }

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