#B1686F

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

Shades of Turkish Rose #B1686F

Tints of Turkish Rose #B1686F

Color information

#B1686F (or 0xB1686F) is unknown color: approx Turkish Rose. HEX triplet: B1, 68 and 6F. RGB value is (177,104,111). Sum of RGB (Red+Green+Blue) = 177+104+111=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B1686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1686F is #4E9790. Grayscale: #7E7E7E. Windows color (decimal): -5150609 or 7301297. OLE color: 7301297.

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

Color convert

RGB177104111-
CMYK00.410.370.31
HSL354.25º31.88%55.1%-
HSV(B)354.25º41.24%69.41%-
XYZ25.9520.417.61-
YUV126.62119.18163.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=45.15%
G=26.53%
B=28.32%

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
Decimal17710411100.410.370.31354.2531.8855.1
HexB1686F029251F1622037
Octal26115015705145375424067
Binary1011000111010001101111010100110010111111101100010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1686F; }

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

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

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

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

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

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

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

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