#B16344

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

Shades of Tuscany #B16344

Tints of Tuscany #B16344

Color information

#B16344 (or 0xB16344) is unknown color: approx Tuscany. HEX triplet: B1, 63 and 44. RGB value is (177,99,68). Sum of RGB (Red+Green+Blue) = 177+99+68=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B16344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16344 is #4E9CBB. Grayscale: #767676. Windows color (decimal): -5151932 or 4481969. OLE color: 4481969.

HSL color Cylindrical-coordinate representation of color #B16344: hue angle of 17.06º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B16344 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1779968-
CMYK00.440.620.31
HSL17.06º44.49%48.04%-
HSV(B)17.06º61.58%69.41%-
XYZ23.6418.697.83-
YUV118.7999.34169.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 68 (26.95% from 255) = 19.77%
R=51.45%
G=28.78%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177996800.440.620.3117.0644.4948.04
HexB1634402C3E1F112c30
Octal2611431040547637215460
Binary101100011100011100010001011001111101111110001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16344; }

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

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

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

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

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

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

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

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