#B1643F

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

Shades of Tuscany #B1643F

Tints of Tuscany #B1643F

Color information

#B1643F (or 0xB1643F) is unknown color: approx Tuscany. HEX triplet: B1, 64 and 3F. RGB value is (177,100,63). Sum of RGB (Red+Green+Blue) = 177+100+63=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1643F is #4E9BC0. Grayscale: #777777. Windows color (decimal): -5151681 or 4154545. OLE color: 4154545.

HSL color Cylindrical-coordinate representation of color #B1643F: hue angle of 19.47º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1643F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17710063-
CMYK00.440.640.31
HSL19.47º47.5%47.06%-
HSV(B)19.47º64.41%69.41%-
XYZ23.5918.827.09-
YUV118.896.51169.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 63 (25% from 255) = 18.53%
R=52.06%
G=29.41%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771006300.440.640.3119.4747.547.06
HexB1643F02C401F13302f
Octal2611447705410037236057
Binary101100011100100111111010110010000001111110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1643F; }

 p { color: rgb(177,100,63); }

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

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

 a { background-color: rgb(177,100,63); }

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

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

 span { border-color: rgb(177,100,63); }

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