#B1516F

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

Shades of Royal Heath #B1516F

Tints of Royal Heath #B1516F

Color information

#B1516F (or 0xB1516F) is unknown color: approx Royal Heath. HEX triplet: B1, 51 and 6F. RGB value is (177,81,111). Sum of RGB (Red+Green+Blue) = 177+81+111=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1516F is #4EAE90. Grayscale: #717171. Windows color (decimal): -5156497 or 7295409. OLE color: 7295409.

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

Color convert

RGB17781111-
CMYK00.540.370.31
HSL341.25º38.1%50.59%-
HSV(B)341.25º54.24%69.41%-
XYZ23.9416.3816.94-
YUV113.12126.8173.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=47.97%
G=21.95%
B=30.08%

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
Decimal1778111100.540.370.31341.2538.150.59
HexB1516F036251F1552633
Octal26112115706645375254663
Binary1011000110100011101111011011010010111111101010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1516F; }

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

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

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

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

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

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

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

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