#B2644A

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

Shades of Tuscany #B2644A

Tints of Tuscany #B2644A

Color information

#B2644A (or 0xB2644A) is unknown color: approx Tuscany. HEX triplet: B2, 64 and 4A. RGB value is (178,100,74). Sum of RGB (Red+Green+Blue) = 178+100+74=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2644A is #4D9BB5. Grayscale: #787878. Windows color (decimal): -5086134 or 4875442. OLE color: 4875442.

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

Color convert

RGB17810074-
CMYK00.440.580.30
HSL15º41.27%49.41%-
HSV(B)15º58.43%69.8%-
XYZ24.1519.078.89-
YUV120.36101.84169.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=50.57%
G=28.41%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781007400.440.580.301541.2749.41
HexB2644A02C3A1Ef2931
Octal2621441120547236175161
Binary10110010110010010010100101100111010111101111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2644A; }

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

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

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

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

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

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

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

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