#B45F44

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

Shades of Tuscany #B45F44

Tints of Tuscany #B45F44

Color information

#B45F44 (or 0xB45F44) is unknown color: approx Tuscany. HEX triplet: B4, 5F and 44. RGB value is (180,95,68). Sum of RGB (Red+Green+Blue) = 180+95+68=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45F44 is #4BA0BB. Grayscale: #757575. Windows color (decimal): -4956348 or 4480948. OLE color: 4480948.

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

Color convert

RGB1809568-
CMYK00.470.620.29
HSL14.46º45.16%48.63%-
HSV(B)14.46º62.22%70.59%-
XYZ23.9618.317.74-
YUV117.34100.16172.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=52.48%
G=27.70%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180956800.470.620.2914.4645.1648.63
HexB45F4402F3E1De2d31
Octal2641371040577635165561
Binary10110100101111110001000101111111110111011110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45F44; }

 p { color: rgb(180,95,68); }

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

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

 a { background-color: rgb(180,95,68); }

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

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

 span { border-color: rgb(180,95,68); }

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