#B76A48

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

Shades of Tuscany #B76A48

Tints of Tuscany #B76A48

Color information

#B76A48 (or 0xB76A48) is unknown color: approx Tuscany. HEX triplet: B7, 6A and 48. RGB value is (183,106,72). Sum of RGB (Red+Green+Blue) = 183+106+72=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A48 is #4895B7. Grayscale: #7D7D7D. Windows color (decimal): -4756920 or 4745911. OLE color: 4745911.

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

Color convert

RGB18310672-
CMYK00.420.610.28
HSL18.38º43.53%50%-
HSV(B)18.38º60.66%71.76%-
XYZ25.8520.848.79-
YUV125.1598.01169.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=50.69%
G=29.36%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831067200.420.610.2818.3843.5350
HexB76A4802A3D1C122c32
Octal2671521100527534225462
Binary101101111101010100100001010101111011110010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A48; }

 p { color: rgb(183,106,72); }

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

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

 a { background-color: rgb(183,106,72); }

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

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

 span { border-color: rgb(183,106,72); }

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