#B76842

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

Shades of Tuscany #B76842

Tints of Tuscany #B76842

Color information

#B76842 (or 0xB76842) is unknown color: approx Tuscany. HEX triplet: B7, 68 and 42. RGB value is (183,104,66). Sum of RGB (Red+Green+Blue) = 183+104+66=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B76842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76842 is #4897BD. Grayscale: #7B7B7B. Windows color (decimal): -4757438 or 4352183. OLE color: 4352183.

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

Color convert

RGB18310466-
CMYK00.430.640.28
HSL19.49º46.99%48.82%-
HSV(B)19.49º63.93%71.76%-
XYZ25.4620.367.74-
YUV123.2995.67170.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=51.84%
G=29.46%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831046600.430.640.2819.4946.9948.82
HexB7684202B401C132f31
Octal26715010205310034235761
Binary1011011111010001000010010101110000001110010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76842; }

 p { color: rgb(183,104,66); }

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

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

 a { background-color: rgb(183,104,66); }

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

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

 span { border-color: rgb(183,104,66); }

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