#B16376

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

Shades of Turkish Rose #B16376

Tints of Turkish Rose #B16376

Color information

#B16376 (or 0xB16376) is unknown color: approx Turkish Rose. HEX triplet: B1, 63 and 76. RGB value is (177,99,118). Sum of RGB (Red+Green+Blue) = 177+99+118=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B16376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16376 is #4E9C89. Grayscale: #7C7C7C. Windows color (decimal): -5151882 or 7758769. OLE color: 7758769.

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

Color convert

RGB17799118-
CMYK00.440.330.31
HSL345.38º33.33%54.12%-
HSV(B)345.38º44.07%69.41%-
XYZ25.8619.5819.56-
YUV124.49124.34165.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=44.92%
G=25.13%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779911800.440.330.31345.3833.3354.12
HexB1637602C211F1592136
Octal26114316605441375314166
Binary1011000111000111110110010110010000111111101011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16376; }

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

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

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

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

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

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

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

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