#B15370

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

Shades of Royal Heath #B15370

Tints of Royal Heath #B15370

Color information

#B15370 (or 0xB15370) is unknown color: approx Royal Heath. HEX triplet: B1, 53 and 70. RGB value is (177,83,112). Sum of RGB (Red+Green+Blue) = 177+83+112=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B15370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15370 is #4EAC8F. Grayscale: #727272. Windows color (decimal): -5155984 or 7361457. OLE color: 7361457.

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

Color convert

RGB17783112-
CMYK00.530.370.31
HSL341.49º37.6%50.98%-
HSV(B)341.49º53.11%69.41%-
XYZ24.1516.717.28-
YUV114.41126.64172.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 112 (44.14% from 255) = 30.11%
R=47.58%
G=22.31%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778311200.530.370.31341.4937.650.98
HexB15370035251F1552633
Octal26112316006545375254663
Binary1011000110100111110000011010110010111111101010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15370; }

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

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

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

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

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

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

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

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