#B76B48

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

Shades of Tuscany #B76B48

Tints of Tuscany #B76B48

Color information

#B76B48 (or 0xB76B48) is unknown color: approx Tuscany. HEX triplet: B7, 6B and 48. RGB value is (183,107,72). Sum of RGB (Red+Green+Blue) = 183+107+72=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76B48 is #4894B7. Grayscale: #7D7D7D. Windows color (decimal): -4756664 or 4746167. OLE color: 4746167.

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

Color convert

RGB18310772-
CMYK00.420.610.28
HSL18.92º43.53%50%-
HSV(B)18.92º60.66%71.76%-
XYZ25.9621.058.83-
YUV125.7397.68168.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=50.55%
G=29.56%
B=19.89%

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
Decimal1831077200.420.610.2818.9243.5350
HexB76B4802A3D1C132c32
Octal2671531100527534235462
Binary101101111101011100100001010101111011110010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B48; }

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

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

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

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

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

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

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

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