#B1696F

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

Shades of Turkish Rose #B1696F

Tints of Turkish Rose #B1696F

Color information

#B1696F (or 0xB1696F) is unknown color: approx Turkish Rose. HEX triplet: B1, 69 and 6F. RGB value is (177,105,111). Sum of RGB (Red+Green+Blue) = 177+105+111=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1696F is #4E9690. Grayscale: #7F7F7F. Windows color (decimal): -5150353 or 7301553. OLE color: 7301553.

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

Color convert

RGB177105111-
CMYK00.410.370.31
HSL355º31.58%55.29%-
HSV(B)355º40.68%69.41%-
XYZ26.0520.617.64-
YUV127.21118.85163.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=45.04%
G=26.72%
B=28.24%

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
Decimal17710511100.410.370.3135531.5855.29
HexB1696F029251F1632037
Octal26115115705145375434067
Binary1011000111010011101111010100110010111111101100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1696F; }

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

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

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

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

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

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

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

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