#B17179

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

Shades of Turkish Rose #B17179

Tints of Turkish Rose #B17179

Color information

#B17179 (or 0xB17179) is unknown color: approx Turkish Rose. HEX triplet: B1, 71 and 79. RGB value is (177,113,121). Sum of RGB (Red+Green+Blue) = 177+113+121=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B17179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17179 is #4E8E86. Grayscale: #858585. Windows color (decimal): -5148295 or 7958961. OLE color: 7958961.

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

Color convert

RGB177113121-
CMYK00.360.320.31
HSL352.5º29.09%56.86%-
HSV(B)352.5º36.16%69.41%-
XYZ27.4922.5420.99-
YUV133.05121.2159.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=43.07%
G=27.49%
B=29.44%

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
Decimal17711312100.360.320.31352.529.0956.86
HexB17179024201F1601d39
Octal26116117104440375403571
Binary101100011110001111100101001001000001111110110000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17179; }

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

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

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

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

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

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

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

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