#B16568

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

Shades of Turkish Rose #B16568

Tints of Turkish Rose #B16568

Color information

#B16568 (or 0xB16568) is unknown color: approx Turkish Rose. HEX triplet: B1, 65 and 68. RGB value is (177,101,104). Sum of RGB (Red+Green+Blue) = 177+101+104=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B16568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16568 is #4E9A97. Grayscale: #7C7C7C. Windows color (decimal): -5151384 or 6841777. OLE color: 6841777.

HSL color Cylindrical-coordinate representation of color #B16568: hue angle of 357.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B16568 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB177101104-
CMYK00.430.410.31
HSL357.63º32.76%54.51%-
HSV(B)357.63º42.94%69.41%-
XYZ25.2819.6515.56-
YUV124.07116.68165.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=46.34%
G=26.44%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710110400.430.410.31357.6332.7654.51
HexB1656802B291F1662137
Octal26114515005351375464167
Binary1011000111001011101000010101110100111111101100110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16568; }

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

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

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

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

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

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

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

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