#B95582

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

Shades of Royal Heath #B95582

Tints of Royal Heath #B95582

Color information

#B95582 (or 0xB95582) is unknown color: approx Royal Heath. HEX triplet: B9, 55 and 82. RGB value is (185,85,130). Sum of RGB (Red+Green+Blue) = 185+85+130=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B95582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95582 is #46AA7D. Grayscale: #777777. Windows color (decimal): -4631166 or 8541625. OLE color: 8541625.

HSL color Cylindrical-coordinate representation of color #B95582: hue angle of 333º degrees, saturation: 0.42, 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 #B95582 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18585130-
CMYK00.540.300.27
HSL333º41.67%52.94%-
HSV(B)333º54.05%72.55%-
XYZ27.2918.4223.24-
YUV120.03133.63174.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=46.25%
G=21.25%
B=32.5%

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
Decimal1858513000.540.300.2733341.6752.94
HexB955820361E1B14d2a35
Octal27112520206636335155265
Binary1011100110101011000001001101101111011011101001101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95582; }

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

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

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

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

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

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

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

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