#B76848

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

Shades of Tuscany #B76848

Tints of Tuscany #B76848

Color information

#B76848 (or 0xB76848) is unknown color: approx Tuscany. HEX triplet: B7, 68 and 48. RGB value is (183,104,72). Sum of RGB (Red+Green+Blue) = 183+104+72=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B76848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76848 is #4897B7. Grayscale: #7C7C7C. Windows color (decimal): -4757432 or 4745399. OLE color: 4745399.

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

Color convert

RGB18310472-
CMYK00.430.610.28
HSL17.3º43.53%50%-
HSV(B)17.3º60.66%71.76%-
XYZ25.6520.448.72-
YUV123.9798.67170.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=50.97%
G=28.97%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831047200.430.610.2817.343.5350
HexB7684802B3D1C112c32
Octal2671501100537534215462
Binary101101111101000100100001010111111011110010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76848; }

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

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

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

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

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

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

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

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