#B05179

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

Shades of Royal Heath #B05179

Tints of Royal Heath #B05179

Color information

#B05179 (or 0xB05179) is unknown color: approx Royal Heath. HEX triplet: B0, 51 and 79. RGB value is (176,81,121). Sum of RGB (Red+Green+Blue) = 176+81+121=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B05179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05179 is #4FAE86. Grayscale: #717171. Windows color (decimal): -5222023 or 7950768. OLE color: 7950768.

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

Color convert

RGB17681121-
CMYK00.540.310.31
HSL334.74º37.55%50.39%-
HSV(B)334.74º53.98%69.02%-
XYZ24.316.519.99-
YUV113.96131.97172.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=46.56%
G=21.43%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768112100.540.310.31334.7437.5550.39
HexB051790361F1F14f2632
Octal26012117106637375174662
Binary101100001010001111100101101101111111111101001111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05179; }

 p { color: rgb(176,81,121); }

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

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

 a { background-color: rgb(176,81,121); }

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

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

 span { border-color: rgb(176,81,121); }

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