#B95981

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

Shades of Royal Heath #B95981

Tints of Royal Heath #B95981

Color information

#B95981 (or 0xB95981) is unknown color: approx Royal Heath. HEX triplet: B9, 59 and 81. RGB value is (185,89,129). Sum of RGB (Red+Green+Blue) = 185+89+129=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B95981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95981 is #46A67E. Grayscale: #7A7A7A. Windows color (decimal): -4630143 or 8477113. OLE color: 8477113.

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

Color convert

RGB18589129-
CMYK00.520.300.27
HSL335º40.68%53.73%-
HSV(B)335º51.89%72.55%-
XYZ27.5419.0422.99-
YUV122.26131.8172.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=45.91%
G=22.08%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858912900.520.300.2733540.6853.73
HexB959810341E1B14f2936
Octal27113120106436335175166
Binary1011100110110011000000101101001111011011101001111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95981; }

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

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

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

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

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

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

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

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