#B16F73

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

Shades of Turkish Rose #B16F73

Tints of Turkish Rose #B16F73

Color information

#B16F73 (or 0xB16F73) is unknown color: approx Turkish Rose. HEX triplet: B1, 6F and 73. RGB value is (177,111,115). Sum of RGB (Red+Green+Blue) = 177+111+115=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F73 is #4E908C. Grayscale: #838383. Windows color (decimal): -5148813 or 7565233. OLE color: 7565233.

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

Color convert

RGB177111115-
CMYK00.370.350.31
HSL356.36º29.73%56.47%-
HSV(B)356.36º37.29%69.41%-
XYZ26.9121.9519.04-
YUV131.19118.87160.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 115 (45.31% from 255) = 28.54%
R=43.92%
G=27.54%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711111500.370.350.31356.3629.7356.47
HexB16F73025231F1641e38
Octal26115716304543375443670
Binary101100011101111111001101001011000111111110110010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F73; }

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

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

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

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

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

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

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

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