#B16970

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

Shades of Turkish Rose #B16970

Tints of Turkish Rose #B16970

Color information

#B16970 (or 0xB16970) is unknown color: approx Turkish Rose. HEX triplet: B1, 69 and 70. RGB value is (177,105,112). Sum of RGB (Red+Green+Blue) = 177+105+112=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B16970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16970 is #4E968F. Grayscale: #7F7F7F. Windows color (decimal): -5150352 or 7367089. OLE color: 7367089.

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

Color convert

RGB177105112-
CMYK00.410.370.31
HSL354.17º31.58%55.29%-
HSV(B)354.17º40.68%69.41%-
XYZ26.1120.6217.93-
YUV127.33119.35163.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=44.92%
G=26.65%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710511200.410.370.31354.1731.5855.29
HexB16970029251F1622037
Octal26115116005145375424067
Binary1011000111010011110000010100110010111111101100010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16970; }

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

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

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

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

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

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

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

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