#B36440

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

Shades of Tuscany #B36440

Tints of Tuscany #B36440

Color information

#B36440 (or 0xB36440) is unknown color: approx Tuscany. HEX triplet: B3, 64 and 40. RGB value is (179,100,64). Sum of RGB (Red+Green+Blue) = 179+100+64=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B36440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36440 is #4C9BBF. Grayscale: #777777. Windows color (decimal): -5020608 or 4220083. OLE color: 4220083.

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

Color convert

RGB17910064-
CMYK00.440.640.30
HSL18.78º47.33%47.65%-
HSV(B)18.78º64.25%70.2%-
XYZ24.0719.077.26-
YUV119.5296.67170.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=52.19%
G=29.15%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791006400.440.640.3018.7847.3347.65
HexB3644002C401E132f30
Octal26314410005410036235760
Binary1011001111001001000000010110010000001111010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36440; }

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

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

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

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

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

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

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

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