#B1653D

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

Shades of Tuscany #B1653D

Tints of Tuscany #B1653D

Color information

#B1653D (or 0xB1653D) is unknown color: approx Tuscany. HEX triplet: B1, 65 and 3D. RGB value is (177,101,61). Sum of RGB (Red+Green+Blue) = 177+101+61=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1653D is #4E9AC2. Grayscale: #777777. Windows color (decimal): -5151427 or 4023729. OLE color: 4023729.

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

Color convert

RGB17710161-
CMYK00.430.660.31
HSL20.69º48.74%46.67%-
HSV(B)20.69º65.54%69.41%-
XYZ23.6318.996.84-
YUV119.1695.18169.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=52.21%
G=29.79%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771016100.430.660.3120.6948.7446.67
HexB1653D02B421F15312f
Octal2611457505310237256157
Binary101100011100101111101010101110000101111110101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1653D; }

 p { color: rgb(177,101,61); }

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

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

 a { background-color: rgb(177,101,61); }

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

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

 span { border-color: rgb(177,101,61); }

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