#B4664A

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

Shades of Tuscany #B4664A

Tints of Tuscany #B4664A

Color information

#B4664A (or 0xB4664A) is unknown color: approx Tuscany. HEX triplet: B4, 66 and 4A. RGB value is (180,102,74). Sum of RGB (Red+Green+Blue) = 180+102+74=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4664A is #4B99B5. Grayscale: #7A7A7A. Windows color (decimal): -4954550 or 4875956. OLE color: 4875956.

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

Color convert

RGB18010274-
CMYK00.430.590.29
HSL15.85º41.73%49.8%-
HSV(B)15.85º58.89%70.59%-
XYZ24.8119.78.97-
YUV122.13100.84169.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=50.56%
G=28.65%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801027400.430.590.2915.8541.7349.8
HexB4664A02B3B1D102a32
Octal2641461120537335205262
Binary101101001100110100101001010111110111110110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4664A; }

 p { color: rgb(180,102,74); }

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

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

 a { background-color: rgb(180,102,74); }

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

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

 span { border-color: rgb(180,102,74); }

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