#b4654b

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

Shades of Tuscany #B4654B

Tints of Tuscany #B4654B

Color information

#B4654B (or 0xB4654B) is unknown color: approx Tuscany. HEX triplet: B4, 65 and 4B. RGB value is (180,101,75). Sum of RGB (Red+Green+Blue) = 180+101+75=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4654B is #4B9AB4. Grayscale: #797979. Windows color (decimal): -4954805 or 4941236. OLE color: 4941236.

HSL color Cylindrical-coordinate representation of color #B4654B: hue angle of 14.86º 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 #B4654B is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18010175-
CMYK00.440.580.29
HSL14.86º41.18%50%-
HSV(B)14.86º58.33%70.59%-
XYZ24.7519.529.12-
YUV121.66101.67169.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=50.56%
G=28.37%
B=21.07%

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
Decimal1801017500.440.580.2914.8641.1850
HexB4654B02C3A1Df2932
Octal2641451130547235175162
Binary10110100110010110010110101100111010111011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4654b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4654b; }

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

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

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

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

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

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

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

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