#B45B3F

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

Shades of Tuscany #B45B3F

Tints of Tuscany #B45B3F

Color information

#B45B3F (or 0xB45B3F) is unknown color: approx Tuscany. HEX triplet: B4, 5B and 3F. RGB value is (180,91,63). Sum of RGB (Red+Green+Blue) = 180+91+63=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B3F is #4BA4C0. Grayscale: #727272. Windows color (decimal): -4957377 or 4152244. OLE color: 4152244.

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

Color convert

RGB1809163-
CMYK00.490.650.29
HSL14.36º48.15%47.65%-
HSV(B)14.36º65%70.59%-
XYZ23.4617.546.85-
YUV114.4298.99174.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 63 (25% from 255) = 18.86%
R=53.89%
G=27.25%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180916300.490.650.2914.3648.1547.65
HexB45B3F031411De3030
Octal2641337706110135166060
Binary10110100101101111111101100011000001111011110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B3F; }

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

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

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

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

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

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

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

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