#B76647

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

Shades of Tuscany #B76647

Tints of Tuscany #B76647

Color information

#B76647 (or 0xB76647) is unknown color: approx Tuscany. HEX triplet: B7, 66 and 47. RGB value is (183,102,71). Sum of RGB (Red+Green+Blue) = 183+102+71=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B76647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76647 is #4899B8. Grayscale: #7A7A7A. Windows color (decimal): -4757945 or 4679351. OLE color: 4679351.

HSL color Cylindrical-coordinate representation of color #B76647: hue angle of 16.61º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B76647 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18310271-
CMYK00.440.610.28
HSL16.61º44.09%49.8%-
HSV(B)16.61º61.2%71.76%-
XYZ25.4220.028.49-
YUV122.6898.84171.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=51.40%
G=28.65%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831027100.440.610.2816.6144.0949.8
HexB7664702C3D1C112c32
Octal2671461070547534215462
Binary101101111100110100011101011001111011110010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76647; }

 p { color: rgb(183,102,71); }

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

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

 a { background-color: rgb(183,102,71); }

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

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

 span { border-color: rgb(183,102,71); }

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