#B4644B

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

Shades of Tuscany #B4644B

Tints of Tuscany #B4644B

Color information

#B4644B (or 0xB4644B) is unknown color: approx Tuscany. HEX triplet: B4, 64 and 4B. RGB value is (180,100,75). Sum of RGB (Red+Green+Blue) = 180+100+75=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4644B is #4B9BB4. Grayscale: #797979. Windows color (decimal): -4955061 or 4940980. OLE color: 4940980.

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

Color convert

RGB18010075-
CMYK00.440.580.29
HSL14.29º41.18%50%-
HSV(B)14.29º58.33%70.59%-
XYZ24.6519.339.09-
YUV121.07102170.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=50.70%
G=28.17%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801007500.440.580.2914.2941.1850
HexB4644B02C3A1De2932
Octal2641441130547235165162
Binary10110100110010010010110101100111010111011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4644B; }

 p { color: rgb(180,100,75); }

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

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

 a { background-color: rgb(180,100,75); }

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

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

 span { border-color: rgb(180,100,75); }

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