#B16366

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

Shades of Turkish Rose #B16366

Tints of Turkish Rose #B16366

Color information

#B16366 (or 0xB16366) is unknown color: approx Turkish Rose. HEX triplet: B1, 63 and 66. RGB value is (177,99,102). Sum of RGB (Red+Green+Blue) = 177+99+102=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B16366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16366 is #4E9C99. Grayscale: #7A7A7A. Windows color (decimal): -5151898 or 6710193. OLE color: 6710193.

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

Color convert

RGB17799102-
CMYK00.440.420.31
HSL357.69º33.33%54.12%-
HSV(B)357.69º44.07%69.41%-
XYZ24.9919.2314.96-
YUV122.66116.34166.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=46.83%
G=26.19%
B=26.98%

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
Decimal1779910200.440.420.31357.6933.3354.12
HexB1636602C2A1F1662136
Octal26114314605452375464166
Binary1011000111000111100110010110010101011111101100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16366; }

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

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

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

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

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

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

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

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