#B15377

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

Shades of Royal Heath #B15377

Tints of Royal Heath #B15377

Color information

#B15377 (or 0xB15377) is unknown color: approx Royal Heath. HEX triplet: B1, 53 and 77. RGB value is (177,83,119). Sum of RGB (Red+Green+Blue) = 177+83+119=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15377 is #4EAC88. Grayscale: #737373. Windows color (decimal): -5155977 or 7820209. OLE color: 7820209.

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

Color convert

RGB17783119-
CMYK00.530.330.31
HSL337.02º37.6%50.98%-
HSV(B)337.02º53.11%69.41%-
XYZ24.5516.8719.41-
YUV115.21130.14172.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=46.70%
G=21.90%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778311900.530.330.31337.0237.650.98
HexB15377035211F1512633
Octal26112316706541375214663
Binary1011000110100111110111011010110000111111101010001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15377; }

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

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

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

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

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

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

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

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