#B15C79

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

Shades of Royal Heath #B15C79

Tints of Royal Heath #B15C79

Color information

#B15C79 (or 0xB15C79) is unknown color: approx Royal Heath. HEX triplet: B1, 5C and 79. RGB value is (177,92,121). Sum of RGB (Red+Green+Blue) = 177+92+121=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C79 is #4EA386. Grayscale: #787878. Windows color (decimal): -5153671 or 7953585. OLE color: 7953585.

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

Color convert

RGB17792121-
CMYK00.480.320.31
HSL339.53º35.27%52.75%-
HSV(B)339.53º48.02%69.41%-
XYZ25.4118.3820.3-
YUV120.72128.16168.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=45.38%
G=23.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779212100.480.320.31339.5335.2752.75
HexB15C79030201F1542335
Octal26113417106040375244365
Binary1011000110111001111001011000010000011111101010100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C79; }

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

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

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

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

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

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

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

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