#B05973

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

Shades of Royal Heath #B05973

Tints of Royal Heath #B05973

Color information

#B05973 (or 0xB05973) is unknown color: approx Royal Heath. HEX triplet: B0, 59 and 73. RGB value is (176,89,115). Sum of RGB (Red+Green+Blue) = 176+89+115=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B05973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05973 is #4FA68C. Grayscale: #757575. Windows color (decimal): -5219981 or 7559600. OLE color: 7559600.

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

Color convert

RGB17689115-
CMYK00.490.350.31
HSL342.07º35.51%51.96%-
HSV(B)342.07º49.43%69.02%-
XYZ24.5717.6118.32-
YUV117.98126.32169.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=46.32%
G=23.42%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768911500.490.350.31342.0735.5151.96
HexB05973031231F1562434
Octal26013116306143375264464
Binary1011000010110011110011011000110001111111101010110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05973; }

 p { color: rgb(176,89,115); }

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

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

 a { background-color: rgb(176,89,115); }

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

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

 span { border-color: rgb(176,89,115); }

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