#b66242

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

Shades of Tuscany #B66242

Tints of Tuscany #B66242

Color information

#B66242 (or 0xB66242) is unknown color: approx Tuscany. HEX triplet: B6, 62 and 42. RGB value is (182,98,66). Sum of RGB (Red+Green+Blue) = 182+98+66=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B66242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66242 is #499DBD. Grayscale: #777777. Windows color (decimal): -4824510 or 4350646. OLE color: 4350646.

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

Color convert

RGB1829866-
CMYK00.460.640.29
HSL16.55º46.77%48.63%-
HSV(B)16.55º63.74%71.37%-
XYZ24.6419.077.54-
YUV119.4797.83172.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.60%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=52.60%
G=28.32%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182986600.460.640.2916.5546.7748.63
HexB6624202E401D112f31
Octal26614210205610035215761
Binary1011011011000101000010010111010000001110110001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66242; }

 p { color: rgb(182,98,66); }

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

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

 a { background-color: rgb(182,98,66); }

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

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

 span { border-color: rgb(182,98,66); }

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