#B16F71

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

Shades of Turkish Rose #B16F71

Tints of Turkish Rose #B16F71

Color information

#B16F71 (or 0xB16F71) is unknown color: approx Turkish Rose. HEX triplet: B1, 6F and 71. RGB value is (177,111,113). Sum of RGB (Red+Green+Blue) = 177+111+113=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F71 is #4E908E. Grayscale: #838383. Windows color (decimal): -5148815 or 7434161. OLE color: 7434161.

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

Color convert

RGB177111113-
CMYK00.370.360.31
HSL358.18º29.73%56.47%-
HSV(B)358.18º37.29%69.41%-
XYZ26.821.9118.44-
YUV130.96117.87160.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=44.14%
G=27.68%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711111300.370.360.31358.1829.7356.47
HexB16F71025241F1661e38
Octal26115716104544375463670
Binary101100011101111111000101001011001001111110110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F71; }

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

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

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

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

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

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

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

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