#B17173

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

Shades of Turkish Rose #B17173

Tints of Turkish Rose #B17173

Color information

#B17173 (or 0xB17173) is unknown color: approx Turkish Rose. HEX triplet: B1, 71 and 73. RGB value is (177,113,115). Sum of RGB (Red+Green+Blue) = 177+113+115=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B17173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17173 is #4E8E8C. Grayscale: #848484. Windows color (decimal): -5148301 or 7565745. OLE color: 7565745.

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

Color convert

RGB177113115-
CMYK00.360.350.31
HSL358.12º29.09%56.86%-
HSV(B)358.12º36.16%69.41%-
XYZ27.1322.419.11-
YUV132.36118.2159.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=43.70%
G=27.90%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711311500.360.350.31358.1229.0956.86
HexB17173024231F1661d39
Octal26116116304443375463571
Binary101100011110001111001101001001000111111110110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17173; }

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

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

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

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

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

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

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

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