#B76241

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

Shades of Tuscany #B76241

Tints of Tuscany #B76241

Color information

#B76241 (or 0xB76241) is unknown color: approx Tuscany. HEX triplet: B7, 62 and 41. RGB value is (183,98,65). Sum of RGB (Red+Green+Blue) = 183+98+65=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B76241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76241 is #489DBE. Grayscale: #777777. Windows color (decimal): -4758975 or 4285111. OLE color: 4285111.

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

Color convert

RGB1839865-
CMYK00.460.640.28
HSL16.78º47.58%48.63%-
HSV(B)16.78º64.48%71.76%-
XYZ24.8519.187.39-
YUV119.6597.16173.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=52.89%
G=28.32%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183986500.460.640.2816.7847.5848.63
HexB7624102E401C113031
Octal26714210105610034216061
Binary1011011111000101000001010111010000001110010001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76241; }

 p { color: rgb(183,98,65); }

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

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

 a { background-color: rgb(183,98,65); }

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

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

 span { border-color: rgb(183,98,65); }

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