#B2643B

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

Shades of Tuscany #B2643B

Tints of Tuscany #B2643B

Color information

#B2643B (or 0xB2643B) is unknown color: approx Tuscany. HEX triplet: B2, 64 and 3B. RGB value is (178,100,59). Sum of RGB (Red+Green+Blue) = 178+100+59=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2643B is #4D9BC4. Grayscale: #767676. Windows color (decimal): -5086149 or 3892402. OLE color: 3892402.

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

Color convert

RGB17810059-
CMYK00.440.670.30
HSL20.67º50.21%46.47%-
HSV(B)20.67º66.85%69.8%-
XYZ23.7118.96.54-
YUV118.6594.34170.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=52.82%
G=29.67%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781005900.440.670.3020.6750.2146.47
HexB2643B02C431E15322e
Octal2621447305410336256256
Binary101100101100100111011010110010000111111010101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2643B; }

 p { color: rgb(178,100,59); }

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

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

 a { background-color: rgb(178,100,59); }

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

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

 span { border-color: rgb(178,100,59); }

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