#B05D77

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

Shades of Royal Heath #B05D77

Tints of Royal Heath #B05D77

Color information

#B05D77 (or 0xB05D77) is unknown color: approx Royal Heath. HEX triplet: B0, 5D and 77. RGB value is (176,93,119). Sum of RGB (Red+Green+Blue) = 176+93+119=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D77 is #4FA288. Grayscale: #787878. Windows color (decimal): -5218953 or 7822768. OLE color: 7822768.

HSL color Cylindrical-coordinate representation of color #B05D77: hue angle of 341.2º 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 #B05D77 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17693119-
CMYK00.470.320.31
HSL341.2º34.44%52.75%-
HSV(B)341.2º47.16%69.02%-
XYZ25.1518.3919.68-
YUV120.78127167.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=45.36%
G=23.97%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769311900.470.320.31341.234.4452.75
HexB05D7702F201F1552235
Octal26013516705740375254265
Binary1011000010111011110111010111110000011111101010101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D77; }

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

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

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

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

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

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

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

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