#B16275

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

Shades of Turkish Rose #B16275

Tints of Turkish Rose #B16275

Color information

#B16275 (or 0xB16275) is unknown color: approx Turkish Rose. HEX triplet: B1, 62 and 75. RGB value is (177,98,117). Sum of RGB (Red+Green+Blue) = 177+98+117=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B16275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16275 is #4E9D8A. Grayscale: #7B7B7B. Windows color (decimal): -5152139 or 7692977. OLE color: 7692977.

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

Color convert

RGB17798117-
CMYK00.450.340.31
HSL345.57º33.62%53.92%-
HSV(B)345.57º44.63%69.41%-
XYZ25.7119.3719.21-
YUV123.79124.17165.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=45.15%
G=25%
B=29.85%

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
Decimal1779811700.450.340.31345.5733.6253.92
HexB1627502D221F15a2236
Octal26114216505542375324266
Binary1011000111000101110101010110110001011111101011010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16275; }

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

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

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

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

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

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

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

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