#B1696D

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

Shades of Turkish Rose #B1696D

Tints of Turkish Rose #B1696D

Color information

#B1696D (or 0xB1696D) is unknown color: approx Turkish Rose. HEX triplet: B1, 69 and 6D. RGB value is (177,105,109). Sum of RGB (Red+Green+Blue) = 177+105+109=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1696D is #4E9692. Grayscale: #7F7F7F. Windows color (decimal): -5150355 or 7170481. OLE color: 7170481.

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

Color convert

RGB177105109-
CMYK00.410.380.31
HSL356.67º31.58%55.29%-
HSV(B)356.67º40.68%69.41%-
XYZ25.9420.5517.07-
YUV126.98117.85163.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=45.27%
G=26.85%
B=27.88%

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
Decimal17710510900.410.380.31356.6731.5855.29
HexB1696D029261F1652037
Octal26115115505146375454067
Binary1011000111010011101101010100110011011111101100101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1696D; }

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

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

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

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

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

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

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

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