#B95773

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

Shades of Royal Heath #B95773

Tints of Royal Heath #B95773

Color information

#B95773 (or 0xB95773) is unknown color: approx Royal Heath. HEX triplet: B9, 57 and 73. RGB value is (185,87,115). Sum of RGB (Red+Green+Blue) = 185+87+115=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B95773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95773 is #46A88C. Grayscale: #777777. Windows color (decimal): -4630669 or 7559097. OLE color: 7559097.

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

Color convert

RGB18587115-
CMYK00.530.380.27
HSL342.86º41.18%53.33%-
HSV(B)342.86º52.97%72.55%-
XYZ26.5118.3718.37-
YUV119.49125.47174.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=47.80%
G=22.48%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858711500.530.380.27342.8641.1853.33
HexB95773035261B1572935
Octal27112716306546335275165
Binary1011100110101111110011011010110011011011101010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95773; }

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

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

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

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

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

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

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

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