#B16276

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

Shades of Turkish Rose #B16276

Tints of Turkish Rose #B16276

Color information

#B16276 (or 0xB16276) is unknown color: approx Turkish Rose. HEX triplet: B1, 62 and 76. RGB value is (177,98,118). Sum of RGB (Red+Green+Blue) = 177+98+118=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16276 is #4E9D89. Grayscale: #7B7B7B. Windows color (decimal): -5152138 or 7758513. OLE color: 7758513.

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

Color convert

RGB17798118-
CMYK00.450.330.31
HSL344.81º33.62%53.92%-
HSV(B)344.81º44.63%69.41%-
XYZ25.7719.3919.52-
YUV123.9124.67165.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=45.04%
G=24.94%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779811800.450.330.31344.8133.6253.92
HexB1627602D211F1592236
Octal26114216605541375314266
Binary1011000111000101110110010110110000111111101011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16276; }

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

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

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

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

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

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

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

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