#B45B3E

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

Shades of Tuscany #B45B3E

Tints of Tuscany #B45B3E

Color information

#B45B3E (or 0xB45B3E) is unknown color: approx Tuscany. HEX triplet: B4, 5B and 3E. RGB value is (180,91,62). Sum of RGB (Red+Green+Blue) = 180+91+62=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B3E is #4BA4C1. Grayscale: #727272. Windows color (decimal): -4957378 or 4086708. OLE color: 4086708.

HSL color Cylindrical-coordinate representation of color #B45B3E: hue angle of 14.75º 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 #B45B3E is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1809162-
CMYK00.490.660.29
HSL14.75º48.76%47.45%-
HSV(B)14.75º65.56%70.59%-
XYZ23.4317.536.71-
YUV114.398.49174.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 91 (35.94% from 255) = 27.33%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=54.05%
G=27.33%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180916200.490.660.2914.7548.7647.45
HexB45B3E031421Df312f
Octal2641337606110235176157
Binary10110100101101111111001100011000010111011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B3E; }

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

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

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

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

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

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

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

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