#B05D79

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

Shades of Royal Heath #B05D79

Tints of Royal Heath #B05D79

Color information

#B05D79 (or 0xB05D79) is unknown color: approx Royal Heath. HEX triplet: B0, 5D and 79. RGB value is (176,93,121). Sum of RGB (Red+Green+Blue) = 176+93+121=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D79 is #4FA286. Grayscale: #787878. Windows color (decimal): -5218951 or 7953840. OLE color: 7953840.

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

Color convert

RGB17693121-
CMYK00.470.310.31
HSL339.76º34.44%52.75%-
HSV(B)339.76º47.16%69.02%-
XYZ25.2718.4420.32-
YUV121.01128167.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=45.13%
G=23.85%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769312100.470.310.31339.7634.4452.75
HexB05D7902F1F1F1542235
Octal26013517105737375244265
Binary101100001011101111100101011111111111111101010100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D79; }

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

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

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

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

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

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

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

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