#B16676

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

Shades of Turkish Rose #B16676

Tints of Turkish Rose #B16676

Color information

#B16676 (or 0xB16676) is unknown color: approx Turkish Rose. HEX triplet: B1, 66 and 76. RGB value is (177,102,118). Sum of RGB (Red+Green+Blue) = 177+102+118=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B16676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16676 is #4E9989. Grayscale: #7E7E7E. Windows color (decimal): -5151114 or 7759537. OLE color: 7759537.

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

Color convert

RGB177102118-
CMYK00.420.330.31
HSL347.2º32.47%54.71%-
HSV(B)347.2º42.37%69.41%-
XYZ26.1520.1619.65-
YUV126.25123.35164.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=44.58%
G=25.69%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710211800.420.330.31347.232.4754.71
HexB1667602A211F15b2037
Octal26114616605241375334067
Binary1011000111001101110110010101010000111111101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16676; }

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

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

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

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

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

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

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

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