#B4633F

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

Shades of Tuscany #B4633F

Tints of Tuscany #B4633F

Color information

#B4633F (or 0xB4633F) is unknown color: approx Tuscany. HEX triplet: B4, 63 and 3F. RGB value is (180,99,63). Sum of RGB (Red+Green+Blue) = 180+99+63=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4633F is #4B9CC0. Grayscale: #777777. Windows color (decimal): -4955329 or 4154292. OLE color: 4154292.

HSL color Cylindrical-coordinate representation of color #B4633F: hue angle of 18.46º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4633F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1809963-
CMYK00.450.650.29
HSL18.46º48.15%47.65%-
HSV(B)18.46º65%70.59%-
XYZ24.1818.997.09-
YUV119.1296.34171.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 63 (25% from 255) = 18.42%
R=52.63%
G=28.95%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180996300.450.650.2918.4648.1547.65
HexB4633F02D411D123030
Octal2641437705510135226060
Binary101101001100011111111010110110000011110110010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4633F; }

 p { color: rgb(180,99,63); }

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

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

 a { background-color: rgb(180,99,63); }

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

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

 span { border-color: rgb(180,99,63); }

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