#B66142

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

Shades of Tuscany #B66142

Tints of Tuscany #B66142

Color information

#B66142 (or 0xB66142) is unknown color: approx Tuscany. HEX triplet: B6, 61 and 42. RGB value is (182,97,66). Sum of RGB (Red+Green+Blue) = 182+97+66=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B66142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66142 is #499EBD. Grayscale: #777777. Windows color (decimal): -4824766 or 4350390. OLE color: 4350390.

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

Color convert

RGB1829766-
CMYK00.470.640.29
HSL16.03º46.77%48.63%-
HSV(B)16.03º63.74%71.37%-
XYZ24.5518.897.51-
YUV118.8898.16173.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.75%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=52.75%
G=28.12%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182976600.470.640.2916.0346.7748.63
HexB6614202F401D102f31
Octal26614110205710035205761
Binary1011011011000011000010010111110000001110110000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66142; }

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

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

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

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

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

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

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

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