#B95081

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

Shades of Royal Heath #B95081

Tints of Royal Heath #B95081

Color information

#B95081 (or 0xB95081) is unknown color: approx Royal Heath. HEX triplet: B9, 50 and 81. RGB value is (185,80,129). Sum of RGB (Red+Green+Blue) = 185+80+129=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B95081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95081 is #46AF7E. Grayscale: #747474. Windows color (decimal): -4632447 or 8474809. OLE color: 8474809.

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

Color convert

RGB18580129-
CMYK00.570.300.27
HSL332º42.86%51.96%-
HSV(B)332º56.76%72.55%-
XYZ26.8417.6422.76-
YUV116.98134.79176.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=46.95%
G=20.30%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858012900.570.300.2733242.8651.96
HexB950810391E1B14c2b34
Octal27112020107136335145364
Binary1011100110100001000000101110011111011011101001100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95081; }

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

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

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

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

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

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

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

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