#B76641

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

Shades of Tuscany #B76641

Tints of Tuscany #B76641

Color information

#B76641 (or 0xB76641) is unknown color: approx Tuscany. HEX triplet: B7, 66 and 41. RGB value is (183,102,65). Sum of RGB (Red+Green+Blue) = 183+102+65=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B76641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76641 is #4899BE. Grayscale: #7A7A7A. Windows color (decimal): -4757951 or 4286135. OLE color: 4286135.

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

Color convert

RGB18310265-
CMYK00.440.640.28
HSL18.81º47.58%48.63%-
HSV(B)18.81º64.48%71.76%-
XYZ25.2319.957.52-
YUV12295.84171.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=52.29%
G=29.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831026500.440.640.2818.8147.5848.63
HexB7664102C401C133031
Octal26714610105410034236061
Binary1011011111001101000001010110010000001110010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76641; }

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

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

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

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

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

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

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

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