#B15E39

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

Shades of Tuscany #B15E39

Tints of Tuscany #B15E39

Color information

#B15E39 (or 0xB15E39) is unknown color: approx Tuscany. HEX triplet: B1, 5E and 39. RGB value is (177,94,57). Sum of RGB (Red+Green+Blue) = 177+94+57=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E39 is #4EA1C6. Grayscale: #727272. Windows color (decimal): -5153223 or 3759793. OLE color: 3759793.

HSL color Cylindrical-coordinate representation of color #B15E39: hue angle of 18.5º degrees, saturation: 0.51, 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 #B15E39 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1779457-
CMYK00.470.680.31
HSL18.5º51.28%45.88%-
HSV(B)18.5º67.8%69.41%-
XYZ22.8717.656.07-
YUV114.695.5172.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 57 (22.66% from 255) = 17.38%
R=53.96%
G=28.66%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177945700.470.680.3118.551.2845.88
HexB15E3902F441F12332e
Octal2611367105710437226356
Binary101100011011110111001010111110001001111110010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E39; }

 p { color: rgb(177,94,57); }

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

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

 a { background-color: rgb(177,94,57); }

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

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

 span { border-color: rgb(177,94,57); }

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