#B15941

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

Shades of Tuscany #B15941

Tints of Tuscany #B15941

Color information

#B15941 (or 0xB15941) is unknown color: approx Tuscany. HEX triplet: B1, 59 and 41. RGB value is (177,89,65). Sum of RGB (Red+Green+Blue) = 177+89+65=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B15941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15941 is #4EA6BE. Grayscale: #707070. Windows color (decimal): -5154495 or 4282801. OLE color: 4282801.

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

Color convert

RGB1778965-
CMYK00.500.630.31
HSL12.86º46.28%47.45%-
HSV(B)12.86º63.28%69.41%-
XYZ22.6616.877.06-
YUV112.58101.15173.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=53.47%
G=26.89%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177896500.500.630.3112.8646.2847.45
HexB159410323F1Fd2e2f
Octal2611311010627737155657
Binary10110001101100110000010110010111111111111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15941; }

 p { color: rgb(177,89,65); }

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

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

 a { background-color: rgb(177,89,65); }

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

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

 span { border-color: rgb(177,89,65); }

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