#B05479

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

Shades of Royal Heath #B05479

Tints of Royal Heath #B05479

Color information

#B05479 (or 0xB05479) is unknown color: approx Royal Heath. HEX triplet: B0, 54 and 79. RGB value is (176,84,121). Sum of RGB (Red+Green+Blue) = 176+84+121=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B05479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05479 is #4FAB86. Grayscale: #737373. Windows color (decimal): -5221255 or 7951536. OLE color: 7951536.

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

Color convert

RGB17684121-
CMYK00.520.310.31
HSL335.87º36.8%50.98%-
HSV(B)335.87º52.27%69.02%-
XYZ24.5316.9520.07-
YUV115.73130.98170.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=46.19%
G=22.05%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768412100.520.310.31335.8736.850.98
HexB054790341F1F1502533
Octal26012417106437375204563
Binary101100001010100111100101101001111111111101010000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05479; }

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

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

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

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

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

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

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

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