#B16365

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

Shades of Turkish Rose #B16365

Tints of Turkish Rose #B16365

Color information

#B16365 (or 0xB16365) is unknown color: approx Turkish Rose. HEX triplet: B1, 63 and 65. RGB value is (177,99,101). Sum of RGB (Red+Green+Blue) = 177+99+101=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B16365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16365 is #4E9C9A. Grayscale: #7A7A7A. Windows color (decimal): -5151899 or 6644657. OLE color: 6644657.

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

Color convert

RGB17799101-
CMYK00.440.430.31
HSL358.46º33.33%54.12%-
HSV(B)358.46º44.07%69.41%-
XYZ24.9419.2114.71-
YUV122.55115.84166.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=46.95%
G=26.26%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779910100.440.430.31358.4633.3354.12
HexB1636502C2B1F1662136
Octal26114314505453375464166
Binary1011000111000111100101010110010101111111101100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16365; }

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

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

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

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

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

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

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

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