#B17277

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

Shades of Turkish Rose #B17277

Tints of Turkish Rose #B17277

Color information

#B17277 (or 0xB17277) is unknown color: approx Turkish Rose. HEX triplet: B1, 72 and 77. RGB value is (177,114,119). Sum of RGB (Red+Green+Blue) = 177+114+119=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B17277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17277 is #4E8D88. Grayscale: #858585. Windows color (decimal): -5148041 or 7828145. OLE color: 7828145.

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

Color convert

RGB177114119-
CMYK00.360.330.31
HSL355.24º28.77%57.06%-
HSV(B)355.24º35.59%69.41%-
XYZ27.4822.7120.39-
YUV133.41119.87159.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=43.17%
G=27.80%
B=29.02%

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
Decimal17711411900.360.330.31355.2428.7757.06
HexB17277024211F1631d39
Octal26116216704441375433571
Binary101100011110010111011101001001000011111110110001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17277; }

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

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

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

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

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

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

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

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