#B95581

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

Shades of Royal Heath #B95581

Tints of Royal Heath #B95581

Color information

#B95581 (or 0xB95581) is unknown color: approx Royal Heath. HEX triplet: B9, 55 and 81. RGB value is (185,85,129). Sum of RGB (Red+Green+Blue) = 185+85+129=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B95581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95581 is #46AA7E. Grayscale: #777777. Windows color (decimal): -4631167 or 8476089. OLE color: 8476089.

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

Color convert

RGB18585129-
CMYK00.540.300.27
HSL333.6º41.67%52.94%-
HSV(B)333.6º54.05%72.55%-
XYZ27.2218.422.89-
YUV119.92133.13174.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=46.37%
G=21.30%
B=32.33%

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
Decimal1858512900.540.300.27333.641.6752.94
HexB955810361E1B14e2a35
Octal27112520106636335165265
Binary1011100110101011000000101101101111011011101001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95581; }

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

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

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

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

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

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

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

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