#B15942

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

Shades of Tuscany #B15942

Tints of Tuscany #B15942

Color information

#B15942 (or 0xB15942) is unknown color: approx Tuscany. HEX triplet: B1, 59 and 42. RGB value is (177,89,66). Sum of RGB (Red+Green+Blue) = 177+89+66=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B15942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15942 is #4EA6BD. Grayscale: #707070. Windows color (decimal): -5154494 or 4348337. OLE color: 4348337.

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

Color convert

RGB1778966-
CMYK00.500.630.31
HSL12.43º45.68%47.65%-
HSV(B)12.43º62.71%69.41%-
XYZ22.6916.897.22-
YUV112.69101.65173.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=53.31%
G=26.81%
B=19.88%

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
Decimal177896600.500.630.3112.4345.6847.65
HexB159420323F1Fc2e30
Octal2611311020627737145660
Binary10110001101100110000100110010111111111111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15942; }

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

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

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

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

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

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

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

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