#B46041

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

Shades of Tuscany #B46041

Tints of Tuscany #B46041

Color information

#B46041 (or 0xB46041) is unknown color: approx Tuscany. HEX triplet: B4, 60 and 41. RGB value is (180,96,65). Sum of RGB (Red+Green+Blue) = 180+96+65=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B46041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46041 is #4B9FBE. Grayscale: #757575. Windows color (decimal): -4956095 or 4284596. OLE color: 4284596.

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

Color convert

RGB1809665-
CMYK00.470.640.29
HSL16.17º46.94%48.04%-
HSV(B)16.17º63.89%70.59%-
XYZ23.9618.457.3-
YUV117.5898.33172.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=52.79%
G=28.15%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180966500.470.640.2916.1746.9448.04
HexB4604102F401D102f30
Octal26414010105710035205760
Binary1011010011000001000001010111110000001110110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46041; }

 p { color: rgb(180,96,65); }

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

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

 a { background-color: rgb(180,96,65); }

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

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

 span { border-color: rgb(180,96,65); }

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