#B16175

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

Shades of Turkish Rose #B16175

Tints of Turkish Rose #B16175

Color information

#B16175 (or 0xB16175) is unknown color: approx Turkish Rose. HEX triplet: B1, 61 and 75. RGB value is (177,97,117). Sum of RGB (Red+Green+Blue) = 177+97+117=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B16175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16175 is #4E9E8A. Grayscale: #7B7B7B. Windows color (decimal): -5152395 or 7692721. OLE color: 7692721.

HSL color Cylindrical-coordinate representation of color #B16175: hue angle of 345º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16175 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17797117-
CMYK00.450.340.31
HSL345º33.9%53.73%-
HSV(B)345º45.2%69.41%-
XYZ25.6219.1819.18-
YUV123.2124.5166.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=45.27%
G=24.81%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779711700.450.340.3134533.953.73
HexB1617502D221F1592236
Octal26114116505542375314266
Binary1011000111000011110101010110110001011111101011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16175; }

 p { color: rgb(177,97,117); }

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

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

 a { background-color: rgb(177,97,117); }

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

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

 span { border-color: rgb(177,97,117); }

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