#B16F70

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

Shades of Turkish Rose #B16F70

Tints of Turkish Rose #B16F70

Color information

#B16F70 (or 0xB16F70) is unknown color: approx Turkish Rose. HEX triplet: B1, 6F and 70. RGB value is (177,111,112). Sum of RGB (Red+Green+Blue) = 177+111+112=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F70 is #4E908F. Grayscale: #828282. Windows color (decimal): -5148816 or 7368625. OLE color: 7368625.

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

Color convert

RGB177111112-
CMYK00.370.370.31
HSL359.09º29.73%56.47%-
HSV(B)359.09º37.29%69.41%-
XYZ26.7421.8918.14-
YUV130.85117.37160.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 112 (44.14% from 255) = 28%
R=44.25%
G=27.75%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711111200.370.370.31359.0929.7356.47
HexB16F70025251F1671e38
Octal26115716004545375473670
Binary101100011101111111000001001011001011111110110011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F70; }

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

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

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

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

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

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

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

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