#B45D3C

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

Shades of Tuscany #B45D3C

Tints of Tuscany #B45D3C

Color information

#B45D3C (or 0xB45D3C) is unknown color: approx Tuscany. HEX triplet: B4, 5D and 3C. RGB value is (180,93,60). Sum of RGB (Red+Green+Blue) = 180+93+60=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D3C is #4BA2C3. Grayscale: #737373. Windows color (decimal): -4956868 or 3956148. OLE color: 3956148.

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

Color convert

RGB1809360-
CMYK00.480.670.29
HSL16.5º50%47.06%-
HSV(B)16.5º66.67%70.59%-
XYZ23.5517.866.48-
YUV115.2596.82174.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=54.05%
G=27.93%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180936000.480.670.2916.55047.06
HexB45D3C030431D10322f
Octal2641357406010335206257
Binary101101001011101111100011000010000111110110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D3C; }

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

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

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

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

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

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

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

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