#B45B41

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

Shades of Tuscany #B45B41

Tints of Tuscany #B45B41

Color information

#B45B41 (or 0xB45B41) is unknown color: approx Tuscany. HEX triplet: B4, 5B and 41. RGB value is (180,91,65). Sum of RGB (Red+Green+Blue) = 180+91+65=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B41 is #4BA4BE. Grayscale: #727272. Windows color (decimal): -4957375 or 4283316. OLE color: 4283316.

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

Color convert

RGB1809165-
CMYK00.490.640.29
HSL13.57º46.94%48.04%-
HSV(B)13.57º63.89%70.59%-
XYZ23.5217.577.15-
YUV114.6599.99174.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=53.57%
G=27.08%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180916500.490.640.2913.5746.9448.04
HexB45B41031401De2f30
Octal26413310106110035165760
Binary101101001011011100000101100011000000111011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B41; }

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

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

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

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

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

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

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

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