#B16C70

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

Shades of Turkish Rose #B16C70

Tints of Turkish Rose #B16C70

Color information

#B16C70 (or 0xB16C70) is unknown color: approx Turkish Rose. HEX triplet: B1, 6C and 70. RGB value is (177,108,112). Sum of RGB (Red+Green+Blue) = 177+108+112=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C70 is #4E938F. Grayscale: #818181. Windows color (decimal): -5149584 or 7367857. OLE color: 7367857.

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

Color convert

RGB177108112-
CMYK00.390.370.31
HSL356.52º30.67%55.88%-
HSV(B)356.52º38.98%69.41%-
XYZ26.4221.2418.04-
YUV129.09118.36162.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=44.58%
G=27.20%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710811200.390.370.31356.5230.6755.88
HexB16C70027251F1651f38
Octal26115416004745375453770
Binary101100011101100111000001001111001011111110110010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C70; }

 p { color: rgb(177,108,112); }

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

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

 a { background-color: rgb(177,108,112); }

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

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

 span { border-color: rgb(177,108,112); }

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