#B15373

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

Shades of Royal Heath #B15373

Tints of Royal Heath #B15373

Color information

#B15373 (or 0xB15373) is unknown color: approx Royal Heath. HEX triplet: B1, 53 and 73. RGB value is (177,83,115). Sum of RGB (Red+Green+Blue) = 177+83+115=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15373 is #4EAC8C. Grayscale: #727272. Windows color (decimal): -5155981 or 7558065. OLE color: 7558065.

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

Color convert

RGB17783115-
CMYK00.530.350.31
HSL339.57º37.6%50.98%-
HSV(B)339.57º53.11%69.41%-
XYZ24.3216.7718.18-
YUV114.75128.14172.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=47.2%
G=22.13%
B=30.67%

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
Decimal1778311500.530.350.31339.5737.650.98
HexB15373035231F1542633
Octal26112316306543375244663
Binary1011000110100111110011011010110001111111101010100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15373; }

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

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

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

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

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

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

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

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