#B1616F

Color #B1616F Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B1616F

Tints of Turkish Rose #B1616F

Color information

#B1616F (or 0xB1616F) is unknown color: approx Turkish Rose. HEX triplet: B1, 61 and 6F. RGB value is (177,97,111). Sum of RGB (Red+Green+Blue) = 177+97+111=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1616F is #4E9E90. Grayscale: #7A7A7A. Windows color (decimal): -5152401 or 7299505. OLE color: 7299505.

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

Color convert

RGB17797111-
CMYK00.450.370.31
HSL349.5º33.9%53.73%-
HSV(B)349.5º45.2%69.41%-
XYZ25.2819.0417.38-
YUV122.52121.5166.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=45.97%
G=25.19%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779711100.450.370.31349.533.953.73
HexB1616F02D251F15e2236
Octal26114115705545375364266
Binary1011000111000011101111010110110010111111101011110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1616F; }

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

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

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

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

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

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

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

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