#B15473

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

Shades of Royal Heath #B15473

Tints of Royal Heath #B15473

Color information

#B15473 (or 0xB15473) is unknown color: approx Royal Heath. HEX triplet: B1, 54 and 73. RGB value is (177,84,115). Sum of RGB (Red+Green+Blue) = 177+84+115=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B15473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15473 is #4EAB8C. Grayscale: #737373. Windows color (decimal): -5155725 or 7558321. OLE color: 7558321.

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

Color convert

RGB17784115-
CMYK00.530.350.31
HSL340º37.35%51.18%-
HSV(B)340º52.54%69.41%-
XYZ24.416.9318.2-
YUV115.34127.81171.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=47.07%
G=22.34%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778411500.530.350.3134037.3551.18
HexB15473035231F1542533
Octal26112416306543375244563
Binary1011000110101001110011011010110001111111101010100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15473; }

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

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

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

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

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

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

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

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