#B16338

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

Shades of Tuscany #B16338

Tints of Tuscany #B16338

Color information

#B16338 (or 0xB16338) is unknown color: approx Tuscany. HEX triplet: B1, 63 and 38. RGB value is (177,99,56). Sum of RGB (Red+Green+Blue) = 177+99+56=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B16338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16338 is #4E9CC7. Grayscale: #757575. Windows color (decimal): -5151944 or 3695537. OLE color: 3695537.

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

Color convert

RGB1779956-
CMYK00.440.680.31
HSL21.32º51.93%45.69%-
HSV(B)21.32º68.36%69.41%-
XYZ23.3118.566.09-
YUV117.4293.34170.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=53.31%
G=29.82%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177995600.440.680.3121.3251.9345.69
HexB1633802C441F15342e
Octal2611437005410437256456
Binary101100011100011111000010110010001001111110101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16338; }

 p { color: rgb(177,99,56); }

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

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

 a { background-color: rgb(177,99,56); }

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

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

 span { border-color: rgb(177,99,56); }

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