#B36442

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

Shades of Tuscany #B36442

Tints of Tuscany #B36442

Color information

#B36442 (or 0xB36442) is unknown color: approx Tuscany. HEX triplet: B3, 64 and 42. RGB value is (179,100,66). Sum of RGB (Red+Green+Blue) = 179+100+66=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B36442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36442 is #4C9BBD. Grayscale: #777777. Windows color (decimal): -5020606 or 4351155. OLE color: 4351155.

HSL color Cylindrical-coordinate representation of color #B36442: hue angle of 18.05º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B36442 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17910066-
CMYK00.440.630.30
HSL18.05º46.12%48.04%-
HSV(B)18.05º63.13%70.2%-
XYZ24.1319.097.57-
YUV119.7497.67170.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=51.88%
G=28.99%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791006600.440.630.3018.0546.1248.04
HexB3644202C3F1E122e30
Octal2631441020547736225660
Binary101100111100100100001001011001111111111010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36442; }

 p { color: rgb(179,100,66); }

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

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

 a { background-color: rgb(179,100,66); }

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

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

 span { border-color: rgb(179,100,66); }

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