#B17174

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

Shades of Turkish Rose #B17174

Tints of Turkish Rose #B17174

Color information

#B17174 (or 0xB17174) is unknown color: approx Turkish Rose. HEX triplet: B1, 71 and 74. RGB value is (177,113,116). Sum of RGB (Red+Green+Blue) = 177+113+116=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B17174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17174 is #4E8E8B. Grayscale: #848484. Windows color (decimal): -5148300 or 7631281. OLE color: 7631281.

HSL color Cylindrical-coordinate representation of color #B17174: hue angle of 357.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17174 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB177113116-
CMYK00.360.340.31
HSL357.19º29.09%56.86%-
HSV(B)357.19º36.16%69.41%-
XYZ27.1922.4219.42-
YUV132.48118.7159.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=43.60%
G=27.83%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711311600.360.340.31357.1929.0956.86
HexB17174024221F1651d39
Octal26116116404442375453571
Binary101100011110001111010001001001000101111110110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17174; }

 p { color: rgb(177,113,116); }

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

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

 a { background-color: rgb(177,113,116); }

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

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

 span { border-color: rgb(177,113,116); }

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