#B45D3E

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

Shades of Tuscany #B45D3E

Tints of Tuscany #B45D3E

Color information

#B45D3E (or 0xB45D3E) is unknown color: approx Tuscany. HEX triplet: B4, 5D and 3E. RGB value is (180,93,62). Sum of RGB (Red+Green+Blue) = 180+93+62=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D3E is #4BA2C1. Grayscale: #737373. Windows color (decimal): -4956866 or 4087220. OLE color: 4087220.

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

Color convert

RGB1809362-
CMYK00.480.660.29
HSL15.76º48.76%47.45%-
HSV(B)15.76º65.56%70.59%-
XYZ23.6117.886.76-
YUV115.4897.82174.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=53.73%
G=27.76%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180936200.480.660.2915.7648.7647.45
HexB45D3E030421D10312f
Octal2641357606010235206157
Binary101101001011101111110011000010000101110110000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D3E; }

 p { color: rgb(180,93,62); }

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

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

 a { background-color: rgb(180,93,62); }

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

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

 span { border-color: rgb(180,93,62); }

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