#B26041

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

Shades of Tuscany #B26041

Tints of Tuscany #B26041

Color information

#B26041 (or 0xB26041) is unknown color: approx Tuscany. HEX triplet: B2, 60 and 41. RGB value is (178,96,65). Sum of RGB (Red+Green+Blue) = 178+96+65=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B26041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26041 is #4D9FBE. Grayscale: #757575. Windows color (decimal): -5087167 or 4284594. OLE color: 4284594.

HSL color Cylindrical-coordinate representation of color #B26041: hue angle of 16.46º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B26041 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1789665-
CMYK00.460.630.30
HSL16.46º46.5%47.65%-
HSV(B)16.46º63.48%69.8%-
XYZ23.518.217.28-
YUV116.9898.67171.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=52.51%
G=28.32%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178966500.460.630.3016.4646.547.65
HexB2604102E3F1E102f30
Octal2621401010567736205760
Binary101100101100000100000101011101111111111010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26041; }

 p { color: rgb(178,96,65); }

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

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

 a { background-color: rgb(178,96,65); }

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

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

 span { border-color: rgb(178,96,65); }

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