#B95781

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

Shades of Royal Heath #B95781

Tints of Royal Heath #B95781

Color information

#B95781 (or 0xB95781) is unknown color: approx Royal Heath. HEX triplet: B9, 57 and 81. RGB value is (185,87,129). Sum of RGB (Red+Green+Blue) = 185+87+129=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95781 is #46A87E. Grayscale: #797979. Windows color (decimal): -4630655 or 8476601. OLE color: 8476601.

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

Color convert

RGB18587129-
CMYK00.530.300.27
HSL334.29º41.18%53.33%-
HSV(B)334.29º52.97%72.55%-
XYZ27.3818.7222.94-
YUV121.09132.47173.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=46.13%
G=21.70%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858712900.530.300.27334.2941.1853.33
HexB957810351E1B14e2935
Octal27112720106536335165165
Binary1011100110101111000000101101011111011011101001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95781; }

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

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

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

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

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

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

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

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