#B05773

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

Shades of Royal Heath #B05773

Tints of Royal Heath #B05773

Color information

#B05773 (or 0xB05773) is unknown color: approx Royal Heath. HEX triplet: B0, 57 and 73. RGB value is (176,87,115). Sum of RGB (Red+Green+Blue) = 176+87+115=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B05773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05773 is #4FA88C. Grayscale: #747474. Windows color (decimal): -5220493 or 7559088. OLE color: 7559088.

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

Color convert

RGB17687115-
CMYK00.510.350.31
HSL341.12º36.03%51.57%-
HSV(B)341.12º50.57%69.02%-
XYZ24.4117.2818.27-
YUV116.8126.99170.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=46.56%
G=23.02%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768711500.510.350.31341.1236.0351.57
HexB05773033231F1552434
Octal26012716306343375254464
Binary1011000010101111110011011001110001111111101010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05773; }

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

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

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

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

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

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

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

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