#B76546

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

Shades of Tuscany #B76546

Tints of Tuscany #B76546

Color information

#B76546 (or 0xB76546) is unknown color: approx Tuscany. HEX triplet: B7, 65 and 46. RGB value is (183,101,70). Sum of RGB (Red+Green+Blue) = 183+101+70=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B76546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76546 is #489AB9. Grayscale: #7A7A7A. Windows color (decimal): -4758202 or 4613559. OLE color: 4613559.

HSL color Cylindrical-coordinate representation of color #B76546: hue angle of 16.46º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B76546 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18310170-
CMYK00.450.620.28
HSL16.46º44.66%49.61%-
HSV(B)16.46º61.75%71.76%-
XYZ25.2919.828.29-
YUV121.9898.67171.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=51.69%
G=28.53%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831017000.450.620.2816.4644.6649.61
HexB7654602D3E1C102d32
Octal2671451060557634205562
Binary101101111100101100011001011011111101110010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76546; }

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

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

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

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

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

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

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

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