#B66745

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

Shades of Tuscany #B66745

Tints of Tuscany #B66745

Color information

#B66745 (or 0xB66745) is unknown color: approx Tuscany. HEX triplet: B6, 67 and 45. RGB value is (182,103,69). Sum of RGB (Red+Green+Blue) = 182+103+69=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B66745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66745 is #4998BA. Grayscale: #7A7A7A. Windows color (decimal): -4823227 or 4548534. OLE color: 4548534.

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

Color convert

RGB18210369-
CMYK00.430.620.29
HSL18.05º45.02%49.22%-
HSV(B)18.05º62.09%71.37%-
XYZ25.2220.088.18-
YUV122.7497.67170.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=51.41%
G=29.10%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821036900.430.620.2918.0545.0249.22
HexB6674502B3E1D122d31
Octal2661471050537635225561
Binary101101101100111100010101010111111101110110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66745; }

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

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

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

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

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

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

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

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