#B66944

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

Shades of Tuscany #B66944

Tints of Tuscany #B66944

Color information

#B66944 (or 0xB66944) is unknown color: approx Tuscany. HEX triplet: B6, 69 and 44. RGB value is (182,105,68). Sum of RGB (Red+Green+Blue) = 182+105+68=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B66944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66944 is #4996BB. Grayscale: #7C7C7C. Windows color (decimal): -4822716 or 4483510. OLE color: 4483510.

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

Color convert

RGB18210568-
CMYK00.420.630.29
HSL19.47º45.6%49.02%-
HSV(B)19.47º62.64%71.37%-
XYZ25.3920.478.08-
YUV123.896.51169.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 68 (26.95% from 255) = 19.15%
R=51.27%
G=29.58%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821056800.420.630.2919.4745.649.02
HexB6694402A3F1D132e31
Octal2661511040527735235661
Binary101101101101001100010001010101111111110110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66944; }

 p { color: rgb(182,105,68); }

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

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

 a { background-color: rgb(182,105,68); }

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

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

 span { border-color: rgb(182,105,68); }

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