#B16668

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

Shades of Turkish Rose #B16668

Tints of Turkish Rose #B16668

Color information

#B16668 (or 0xB16668) is unknown color: approx Turkish Rose. HEX triplet: B1, 66 and 68. RGB value is (177,102,104). Sum of RGB (Red+Green+Blue) = 177+102+104=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B16668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16668 is #4E9997. Grayscale: #7C7C7C. Windows color (decimal): -5151128 or 6842033. OLE color: 6842033.

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

Color convert

RGB177102104-
CMYK00.420.410.31
HSL358.4º32.47%54.71%-
HSV(B)358.4º42.37%69.41%-
XYZ25.3819.8515.59-
YUV124.65116.35165.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=46.21%
G=26.63%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710210400.420.410.31358.432.4754.71
HexB1666802A291F1662037
Octal26114615005251375464067
Binary1011000111001101101000010101010100111111101100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16668; }

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

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

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

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

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

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

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

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