#B17276

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

Shades of Turkish Rose #B17276

Tints of Turkish Rose #B17276

Color information

#B17276 (or 0xB17276) is unknown color: approx Turkish Rose. HEX triplet: B1, 72 and 76. RGB value is (177,114,118). Sum of RGB (Red+Green+Blue) = 177+114+118=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B17276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17276 is #4E8D89. Grayscale: #858585. Windows color (decimal): -5148042 or 7762609. OLE color: 7762609.

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

Color convert

RGB177114118-
CMYK00.360.330.31
HSL356.19º28.77%57.06%-
HSV(B)356.19º35.59%69.41%-
XYZ27.4222.6920.07-
YUV133.29119.37159.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 114 (44.92% from 255) = 27.87%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=43.28%
G=27.87%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711411800.360.330.31356.1928.7757.06
HexB17276024211F1641d39
Octal26116216604441375443571
Binary101100011110010111011001001001000011111110110010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17276; }

 p { color: rgb(177,114,118); }

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

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

 a { background-color: rgb(177,114,118); }

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

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

 span { border-color: rgb(177,114,118); }

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