#B45C43

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

Shades of Tuscany #B45C43

Tints of Tuscany #B45C43

Color information

#B45C43 (or 0xB45C43) is unknown color: approx Tuscany. HEX triplet: B4, 5C and 43. RGB value is (180,92,67). Sum of RGB (Red+Green+Blue) = 180+92+67=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C43 is #4BA3BC. Grayscale: #737373. Windows color (decimal): -4957117 or 4414644. OLE color: 4414644.

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

Color convert

RGB1809267-
CMYK00.490.630.29
HSL13.27º45.75%48.43%-
HSV(B)13.27º62.78%70.59%-
XYZ23.6617.767.49-
YUV115.46100.65174.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=53.10%
G=27.14%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180926700.490.630.2913.2745.7548.43
HexB45C430313F1Dd2e30
Octal2641341030617735155660
Binary10110100101110010000110110001111111111011101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C43; }

 p { color: rgb(180,92,67); }

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

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

 a { background-color: rgb(180,92,67); }

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

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

 span { border-color: rgb(180,92,67); }

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