#B36248

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

Shades of Tuscany #B36248

Tints of Tuscany #B36248

Color information

#B36248 (or 0xB36248) is unknown color: approx Tuscany. HEX triplet: B3, 62 and 48. RGB value is (179,98,72). Sum of RGB (Red+Green+Blue) = 179+98+72=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B36248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36248 is #4C9DB7. Grayscale: #777777. Windows color (decimal): -5021112 or 4743859. OLE color: 4743859.

HSL color Cylindrical-coordinate representation of color #B36248: hue angle of 14.58º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B36248 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1799872-
CMYK00.450.600.30
HSL14.58º42.63%49.22%-
HSV(B)14.58º59.78%70.2%-
XYZ24.1318.798.49-
YUV119.26101.34170.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=51.29%
G=28.08%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179987200.450.600.3014.5842.6349.22
HexB3624802D3C1Ef2b31
Octal2631421100557436175361
Binary10110011110001010010000101101111100111101111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36248; }

 p { color: rgb(179,98,72); }

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

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

 a { background-color: rgb(179,98,72); }

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

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

 span { border-color: rgb(179,98,72); }

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