#B17377

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

Shades of Turkish Rose #B17377

Tints of Turkish Rose #B17377

Color information

#B17377 (or 0xB17377) is unknown color: approx Turkish Rose. HEX triplet: B1, 73 and 77. RGB value is (177,115,119). Sum of RGB (Red+Green+Blue) = 177+115+119=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B17377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17377 is #4E8C88. Grayscale: #868686. Windows color (decimal): -5147785 or 7828401. OLE color: 7828401.

HSL color Cylindrical-coordinate representation of color #B17377: hue angle of 356.13º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17377 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB177115119-
CMYK00.350.330.31
HSL356.13º28.44%57.25%-
HSV(B)356.13º35.03%69.41%-
XYZ27.5922.9420.43-
YUV133.99119.54158.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=43.07%
G=27.98%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711511900.350.330.31356.1328.4457.25
HexB17377023211F1641c39
Octal26116316704341375443471
Binary101100011110011111011101000111000011111110110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17377; }

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

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

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

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

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

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

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

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