#B16768

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

Shades of Turkish Rose #B16768

Tints of Turkish Rose #B16768

Color information

#B16768 (or 0xB16768) is unknown color: approx Turkish Rose. HEX triplet: B1, 67 and 68. RGB value is (177,103,104). Sum of RGB (Red+Green+Blue) = 177+103+104=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B16768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16768 is #4E9897. Grayscale: #7D7D7D. Windows color (decimal): -5150872 or 6842289. OLE color: 6842289.

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

Color convert

RGB177103104-
CMYK00.420.410.31
HSL359.19º32.17%54.9%-
HSV(B)359.19º41.81%69.41%-
XYZ25.4820.0515.62-
YUV125.24116.02164.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=46.09%
G=26.82%
B=27.08%

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
Decimal17710310400.420.410.31359.1932.1754.9
HexB1676802A291F1672037
Octal26114715005251375474067
Binary1011000111001111101000010101010100111111101100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16768; }

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

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

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

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

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

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

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

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