#B16671

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

Shades of Turkish Rose #B16671

Tints of Turkish Rose #B16671

Color information

#B16671 (or 0xB16671) is unknown color: approx Turkish Rose. HEX triplet: B1, 66 and 71. RGB value is (177,102,113). Sum of RGB (Red+Green+Blue) = 177+102+113=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B16671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16671 is #4E998E. Grayscale: #7D7D7D. Windows color (decimal): -5151119 or 7431857. OLE color: 7431857.

HSL color Cylindrical-coordinate representation of color #B16671: hue angle of 351.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 #B16671 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB177102113-
CMYK00.420.360.31
HSL351.2º32.47%54.71%-
HSV(B)351.2º42.37%69.41%-
XYZ25.8620.0418.13-
YUV125.68120.85164.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=45.15%
G=26.02%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710211300.420.360.31351.232.4754.71
HexB1667102A241F15f2037
Octal26114616105244375374067
Binary1011000111001101110001010101010010011111101011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16671; }

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

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

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

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

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

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

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

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