#B3684A

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

Shades of Tuscany #B3684A

Tints of Tuscany #B3684A

Color information

#B3684A (or 0xB3684A) is unknown color: approx Tuscany. HEX triplet: B3, 68 and 4A. RGB value is (179,104,74). Sum of RGB (Red+Green+Blue) = 179+104+74=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3684A is #4C97B5. Grayscale: #7B7B7B. Windows color (decimal): -5019574 or 4876467. OLE color: 4876467.

HSL color Cylindrical-coordinate representation of color #B3684A: hue angle of 17.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3684A is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17910474-
CMYK00.420.590.30
HSL17.14º41.5%49.61%-
HSV(B)17.14º58.66%70.2%-
XYZ24.7819.989.03-
YUV123100.35167.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=50.14%
G=29.13%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791047400.420.590.3017.1441.549.61
HexB3684A02A3B1E112a32
Octal2631501120527336215262
Binary101100111101000100101001010101110111111010001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3684A; }

 p { color: rgb(179,104,74); }

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

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

 a { background-color: rgb(179,104,74); }

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

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

 span { border-color: rgb(179,104,74); }

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