#B15379

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

Shades of Royal Heath #B15379

Tints of Royal Heath #B15379

Color information

#B15379 (or 0xB15379) is unknown color: approx Royal Heath. HEX triplet: B1, 53 and 79. RGB value is (177,83,121). Sum of RGB (Red+Green+Blue) = 177+83+121=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B15379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15379 is #4EAC86. Grayscale: #737373. Windows color (decimal): -5155975 or 7951281. OLE color: 7951281.

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

Color convert

RGB17783121-
CMYK00.530.320.31
HSL335.74º37.6%50.98%-
HSV(B)335.74º53.11%69.41%-
XYZ24.6816.9120.05-
YUV115.44131.14171.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=46.46%
G=21.78%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778312100.530.320.31335.7437.650.98
HexB15379035201F1502633
Octal26112317106540375204663
Binary1011000110100111111001011010110000011111101010000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15379; }

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

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

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

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

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

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

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

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