#B17178

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

Shades of Turkish Rose #B17178

Tints of Turkish Rose #B17178

Color information

#B17178 (or 0xB17178) is unknown color: approx Turkish Rose. HEX triplet: B1, 71 and 78. RGB value is (177,113,120). Sum of RGB (Red+Green+Blue) = 177+113+120=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B17178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17178 is #4E8E87. Grayscale: #848484. Windows color (decimal): -5148296 or 7893425. OLE color: 7893425.

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

Color convert

RGB177113120-
CMYK00.360.320.31
HSL353.44º29.09%56.86%-
HSV(B)353.44º36.16%69.41%-
XYZ27.4322.5120.67-
YUV132.93120.7159.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=43.17%
G=27.56%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711312000.360.320.31353.4429.0956.86
HexB17178024201F1611d39
Octal26116117004440375413571
Binary101100011110001111100001001001000001111110110000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17178; }

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

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

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

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

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

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

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

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