#b16b6d

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

Shades of Turkish Rose #B16B6D

Tints of Turkish Rose #B16B6D

Color information

#B16B6D (or 0xB16B6D) is unknown color: approx Turkish Rose. HEX triplet: B1, 6B and 6D. RGB value is (177,107,109). Sum of RGB (Red+Green+Blue) = 177+107+109=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16B6D is #4E9492. Grayscale: #808080. Windows color (decimal): -5149843 or 7170993. OLE color: 7170993.

HSL color Cylindrical-coordinate representation of color #B16B6D: hue angle of 358.29º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16B6D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB177107109-
CMYK00.400.380.31
HSL358.29º30.97%55.69%-
HSV(B)358.29º39.55%69.41%-
XYZ26.1520.9717.14-
YUV128.16117.19162.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=45.04%
G=27.23%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710710900.400.380.31358.2930.9755.69
HexB16B6D028261F1661f38
Octal26115315505046375463770
Binary101100011101011110110101010001001101111110110011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b16b6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b16b6d; }

 p { color: rgb(177,107,109); }

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

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

 a { background-color: rgb(177,107,109); }

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

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

 span { border-color: rgb(177,107,109); }

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