#B95173

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

Shades of Royal Heath #B95173

Tints of Royal Heath #B95173

Color information

#B95173 (or 0xB95173) is unknown color: approx Royal Heath. HEX triplet: B9, 51 and 73. RGB value is (185,81,115). Sum of RGB (Red+Green+Blue) = 185+81+115=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B95173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95173 is #46AE8C. Grayscale: #737373. Windows color (decimal): -4632205 or 7557561. OLE color: 7557561.

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

Color convert

RGB18581115-
CMYK00.560.380.27
HSL340.38º42.62%52.16%-
HSV(B)340.38º56.22%72.55%-
XYZ26.0417.4418.21-
YUV115.97127.46177.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=48.56%
G=21.26%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858111500.560.380.27340.3842.6252.16
HexB95173038261B1542b34
Octal27112116307046335245364
Binary1011100110100011110011011100010011011011101010100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95173; }

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

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

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

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

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

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

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

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