#B66445

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

Shades of Tuscany #B66445

Tints of Tuscany #B66445

Color information

#B66445 (or 0xB66445) is unknown color: approx Tuscany. HEX triplet: B6, 64 and 45. RGB value is (182,100,69). Sum of RGB (Red+Green+Blue) = 182+100+69=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B66445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66445 is #499BBA. Grayscale: #797979. Windows color (decimal): -4823995 or 4547766. OLE color: 4547766.

HSL color Cylindrical-coordinate representation of color #B66445: hue angle of 16.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 #B66445 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18210069-
CMYK00.450.620.29
HSL16.46º45.02%49.22%-
HSV(B)16.46º62.09%71.37%-
XYZ24.9219.498.08-
YUV120.9898.67171.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 69 (27.34% from 255) = 19.66%
R=51.85%
G=28.49%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821006900.450.620.2916.4645.0249.22
HexB6644502D3E1D102d31
Octal2661441050557635205561
Binary101101101100100100010101011011111101110110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66445; }

 p { color: rgb(182,100,69); }

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

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

 a { background-color: rgb(182,100,69); }

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

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

 span { border-color: rgb(182,100,69); }

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