#B76548

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

Shades of Tuscany #B76548

Tints of Tuscany #B76548

Color information

#B76548 (or 0xB76548) is unknown color: approx Tuscany. HEX triplet: B7, 65 and 48. RGB value is (183,101,72). Sum of RGB (Red+Green+Blue) = 183+101+72=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B76548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76548 is #489AB7. Grayscale: #7A7A7A. Windows color (decimal): -4758200 or 4744631. OLE color: 4744631.

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

Color convert

RGB18310172-
CMYK00.450.610.28
HSL15.68º43.53%50%-
HSV(B)15.68º60.66%71.76%-
XYZ25.3519.848.62-
YUV122.2199.67171.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.40%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=51.40%
G=28.37%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831017200.450.610.2815.6843.5350
HexB7654802D3D1C102c32
Octal2671451100557534205462
Binary101101111100101100100001011011111011110010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76548; }

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

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

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

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

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

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

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

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