#B16466

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

Shades of Turkish Rose #B16466

Tints of Turkish Rose #B16466

Color information

#B16466 (or 0xB16466) is unknown color: approx Turkish Rose. HEX triplet: B1, 64 and 66. RGB value is (177,100,102). Sum of RGB (Red+Green+Blue) = 177+100+102=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B16466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16466 is #4E9B99. Grayscale: #7B7B7B. Windows color (decimal): -5151642 or 6710449. OLE color: 6710449.

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

Color convert

RGB177100102-
CMYK00.440.420.31
HSL358.44º33.05%54.31%-
HSV(B)358.44º43.5%69.41%-
XYZ25.0919.4215-
YUV123.25116.01166.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=46.70%
G=26.39%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710010200.440.420.31358.4433.0554.31
HexB1646602C2A1F1662136
Octal26114414605452375464166
Binary1011000111001001100110010110010101011111101100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16466; }

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

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

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

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

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

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

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

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