#b15079

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

Shades of Royal Heath #B15079

Tints of Royal Heath #B15079

Color information

#B15079 (or 0xB15079) is unknown color: approx Royal Heath. HEX triplet: B1, 50 and 79. RGB value is (177,80,121). Sum of RGB (Red+Green+Blue) = 177+80+121=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15079 is #4EAF86. Grayscale: #717171. Windows color (decimal): -5156743 or 7950513. OLE color: 7950513.

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

Color convert

RGB17780121-
CMYK00.550.320.31
HSL334.64º38.34%50.39%-
HSV(B)334.64º54.8%69.41%-
XYZ24.4516.4619.98-
YUV113.68132.14173.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=46.83%
G=21.16%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778012100.550.320.31334.6438.3450.39
HexB15079037201F14f2632
Octal26112017106740375174662
Binary1011000110100001111001011011110000011111101001111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b15079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b15079; }

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

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

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

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

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

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

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

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