#B1686E

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

Shades of Turkish Rose #B1686E

Tints of Turkish Rose #B1686E

Color information

#B1686E (or 0xB1686E) is unknown color: approx Turkish Rose. HEX triplet: B1, 68 and 6E. RGB value is (177,104,110). Sum of RGB (Red+Green+Blue) = 177+104+110=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1686E is #4E9791. Grayscale: #7E7E7E. Windows color (decimal): -5150610 or 7235761. OLE color: 7235761.

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

Color convert

RGB177104110-
CMYK00.410.380.31
HSL355.07º31.88%55.1%-
HSV(B)355.07º41.24%69.41%-
XYZ25.920.3717.32-
YUV126.51118.68164.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 110 (43.36% from 255) = 28.13%
R=45.27%
G=26.60%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710411000.410.380.31355.0731.8855.1
HexB1686E029261F1632037
Octal26115015605146375434067
Binary1011000111010001101110010100110011011111101100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1686E; }

 p { color: rgb(177,104,110); }

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

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

 a { background-color: rgb(177,104,110); }

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

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

 span { border-color: rgb(177,104,110); }

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