#B76042

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

Shades of Tuscany #B76042

Tints of Tuscany #B76042

Color information

#B76042 (or 0xB76042) is unknown color: approx Tuscany. HEX triplet: B7, 60 and 42. RGB value is (183,96,66). Sum of RGB (Red+Green+Blue) = 183+96+66=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B76042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76042 is #489FBD. Grayscale: #767676. Windows color (decimal): -4759486 or 4350135. OLE color: 4350135.

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

Color convert

RGB1839666-
CMYK00.480.640.28
HSL15.38º46.99%48.82%-
HSV(B)15.38º63.93%71.76%-
XYZ24.6918.837.49-
YUV118.5998.32173.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=53.04%
G=27.83%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183966600.480.640.2815.3846.9948.82
HexB76042030401Cf2f31
Octal26714010206010034175761
Binary101101111100000100001001100001000000111001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76042; }

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

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

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

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

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

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

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

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