#B0516F

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

Shades of Royal Heath #B0516F

Tints of Royal Heath #B0516F

Color information

#B0516F (or 0xB0516F) is unknown color: approx Royal Heath. HEX triplet: B0, 51 and 6F. RGB value is (176,81,111). Sum of RGB (Red+Green+Blue) = 176+81+111=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0516F is #4FAE90. Grayscale: #707070. Windows color (decimal): -5222033 or 7295408. OLE color: 7295408.

HSL color Cylindrical-coordinate representation of color #B0516F: hue angle of 341.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0516F is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17681111-
CMYK00.540.370.31
HSL341.05º37.55%50.39%-
HSV(B)341.05º53.98%69.02%-
XYZ23.7216.2616.93-
YUV112.82126.97173.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=47.83%
G=22.01%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768111100.540.370.31341.0537.5550.39
HexB0516F036251F1552632
Octal26012115706645375254662
Binary1011000010100011101111011011010010111111101010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0516F; }

 p { color: rgb(176,81,111); }

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

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

 a { background-color: rgb(176,81,111); }

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

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

 span { border-color: rgb(176,81,111); }

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