#B95575

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

Shades of Royal Heath #B95575

Tints of Royal Heath #B95575

Color information

#B95575 (or 0xB95575) is unknown color: approx Royal Heath. HEX triplet: B9, 55 and 75. RGB value is (185,85,117). Sum of RGB (Red+Green+Blue) = 185+85+117=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B95575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95575 is #46AA8A. Grayscale: #767676. Windows color (decimal): -4631179 or 7689657. OLE color: 7689657.

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

Color convert

RGB18585117-
CMYK00.540.370.27
HSL340.8º41.67%52.94%-
HSV(B)340.8º54.05%72.55%-
XYZ26.4718.118.93-
YUV118.55127.13175.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=47.80%
G=21.96%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858511700.540.370.27340.841.6752.94
HexB95575036251B1552a35
Octal27112516506645335255265
Binary1011100110101011110101011011010010111011101010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95575; }

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

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

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

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

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

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

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

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