#B95980

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

Shades of Royal Heath #B95980

Tints of Royal Heath #B95980

Color information

#B95980 (or 0xB95980) is unknown color: approx Royal Heath. HEX triplet: B9, 59 and 80. RGB value is (185,89,128). Sum of RGB (Red+Green+Blue) = 185+89+128=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B95980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95980 is #46A67F. Grayscale: #7A7A7A. Windows color (decimal): -4630144 or 8411577. OLE color: 8411577.

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

Color convert

RGB18589128-
CMYK00.520.310.27
HSL335.62º40.68%53.73%-
HSV(B)335.62º51.89%72.55%-
XYZ27.4819.0222.64-
YUV122.15131.3172.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=46.02%
G=22.14%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858912800.520.310.27335.6240.6853.73
HexB959800341F1B1502936
Octal27113120006437335205166
Binary1011100110110011000000001101001111111011101010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95980; }

 p { color: rgb(185,89,128); }

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

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

 a { background-color: rgb(185,89,128); }

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

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

 span { border-color: rgb(185,89,128); }

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