#B05C78

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

Shades of Royal Heath #B05C78

Tints of Royal Heath #B05C78

Color information

#B05C78 (or 0xB05C78) is unknown color: approx Royal Heath. HEX triplet: B0, 5C and 78. RGB value is (176,92,120). Sum of RGB (Red+Green+Blue) = 176+92+120=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C78 is #4FA387. Grayscale: #787878. Windows color (decimal): -5219208 or 7888048. OLE color: 7888048.

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

Color convert

RGB17692120-
CMYK00.480.320.31
HSL340º34.71%52.55%-
HSV(B)340º47.73%69.02%-
XYZ25.1218.2419.97-
YUV120.31127.83167.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=45.36%
G=23.71%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769212000.480.320.3134034.7152.55
HexB05C78030201F1542335
Octal26013417006040375244365
Binary1011000010111001111000011000010000011111101010100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C78; }

 p { color: rgb(176,92,120); }

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

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

 a { background-color: rgb(176,92,120); }

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

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

 span { border-color: rgb(176,92,120); }

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