#B26045

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

Shades of Tuscany #B26045

Tints of Tuscany #B26045

Color information

#B26045 (or 0xB26045) is unknown color: approx Tuscany. HEX triplet: B2, 60 and 45. RGB value is (178,96,69). Sum of RGB (Red+Green+Blue) = 178+96+69=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B26045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26045 is #4D9FBA. Grayscale: #757575. Windows color (decimal): -5087163 or 4546738. OLE color: 4546738.

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

Color convert

RGB1789669-
CMYK00.460.610.30
HSL14.86º44.13%48.43%-
HSV(B)14.86º61.24%69.8%-
XYZ23.6218.267.91-
YUV117.44100.67171.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=51.90%
G=27.99%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178966900.460.610.3014.8644.1348.43
HexB2604502E3D1Ef2c30
Octal2621401050567536175460
Binary10110010110000010001010101110111101111101111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26045; }

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

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

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

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

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

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

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

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