#B1696C

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

Shades of Turkish Rose #B1696C

Tints of Turkish Rose #B1696C

Color information

#B1696C (or 0xB1696C) is unknown color: approx Turkish Rose. HEX triplet: B1, 69 and 6C. RGB value is (177,105,108). Sum of RGB (Red+Green+Blue) = 177+105+108=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1696C is #4E9693. Grayscale: #7E7E7E. Windows color (decimal): -5150356 or 7104945. OLE color: 7104945.

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

Color convert

RGB177105108-
CMYK00.410.390.31
HSL357.5º31.58%55.29%-
HSV(B)357.5º40.68%69.41%-
XYZ25.8920.5316.79-
YUV126.87117.35163.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=45.38%
G=26.92%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710510800.410.390.31357.531.5855.29
HexB1696C029271F1662037
Octal26115115405147375464067
Binary1011000111010011101100010100110011111111101100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1696C; }

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

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

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

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

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

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

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

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