#B76341

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

Shades of Tuscany #B76341

Tints of Tuscany #B76341

Color information

#B76341 (or 0xB76341) is unknown color: approx Tuscany. HEX triplet: B7, 63 and 41. RGB value is (183,99,65). Sum of RGB (Red+Green+Blue) = 183+99+65=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B76341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76341 is #489CBE. Grayscale: #787878. Windows color (decimal): -4758719 or 4285367. OLE color: 4285367.

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

Color convert

RGB1839965-
CMYK00.460.640.28
HSL17.29º47.58%48.63%-
HSV(B)17.29º64.48%71.76%-
XYZ24.9419.377.43-
YUV120.2496.83172.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=52.74%
G=28.53%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183996500.460.640.2817.2947.5848.63
HexB7634102E401C113031
Octal26714310105610034216061
Binary1011011111000111000001010111010000001110010001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76341; }

 p { color: rgb(183,99,65); }

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

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

 a { background-color: rgb(183,99,65); }

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

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

 span { border-color: rgb(183,99,65); }

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