#B15173

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

Shades of Royal Heath #B15173

Tints of Royal Heath #B15173

Color information

#B15173 (or 0xB15173) is unknown color: approx Royal Heath. HEX triplet: B1, 51 and 73. RGB value is (177,81,115). Sum of RGB (Red+Green+Blue) = 177+81+115=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B15173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15173 is #4EAE8C. Grayscale: #717171. Windows color (decimal): -5156493 or 7557553. OLE color: 7557553.

HSL color Cylindrical-coordinate representation of color #B15173: hue angle of 338.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15173 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17781115-
CMYK00.540.350.31
HSL338.75º38.1%50.59%-
HSV(B)338.75º54.24%69.41%-
XYZ24.1716.4718.12-
YUV113.58128.8173.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=47.45%
G=21.72%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778111500.540.350.31338.7538.150.59
HexB15173036231F1532633
Octal26112116306643375234663
Binary1011000110100011110011011011010001111111101010011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15173; }

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

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

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

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

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

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

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

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