#B76245

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

Shades of Tuscany #B76245

Tints of Tuscany #B76245

Color information

#B76245 (or 0xB76245) is unknown color: approx Tuscany. HEX triplet: B7, 62 and 45. RGB value is (183,98,69). Sum of RGB (Red+Green+Blue) = 183+98+69=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B76245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76245 is #489DBA. Grayscale: #787878. Windows color (decimal): -4758971 or 4547255. OLE color: 4547255.

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

Color convert

RGB1839869-
CMYK00.460.620.28
HSL15.26º45.24%49.41%-
HSV(B)15.26º62.3%71.76%-
XYZ24.9719.238.03-
YUV120.1199.16172.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 69 (27.34% from 255) = 19.71%
R=52.29%
G=28%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183986900.460.620.2815.2645.2449.41
HexB7624502E3E1Cf2d31
Octal2671421050567634175561
Binary10110111110001010001010101110111110111001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76245; }

 p { color: rgb(183,98,69); }

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

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

 a { background-color: rgb(183,98,69); }

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

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

 span { border-color: rgb(183,98,69); }

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