#B76748

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

Shades of Tuscany #B76748

Tints of Tuscany #B76748

Color information

#B76748 (or 0xB76748) is unknown color: approx Tuscany. HEX triplet: B7, 67 and 48. RGB value is (183,103,72). Sum of RGB (Red+Green+Blue) = 183+103+72=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B76748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76748 is #4898B7. Grayscale: #7B7B7B. Windows color (decimal): -4757688 or 4745143. OLE color: 4745143.

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

Color convert

RGB18310372-
CMYK00.440.610.28
HSL16.76º43.53%50%-
HSV(B)16.76º60.66%71.76%-
XYZ25.5520.248.69-
YUV123.3999170.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=51.12%
G=28.77%
B=20.11%

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
Decimal1831037200.440.610.2816.7643.5350
HexB7674802C3D1C112c32
Octal2671471100547534215462
Binary101101111100111100100001011001111011110010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76748; }

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

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

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

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

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

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

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

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