#B15B3B

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

Shades of Tuscany #B15B3B

Tints of Tuscany #B15B3B

Color information

#B15B3B (or 0xB15B3B) is unknown color: approx Tuscany. HEX triplet: B1, 5B and 3B. RGB value is (177,91,59). Sum of RGB (Red+Green+Blue) = 177+91+59=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15B3B is #4EA4C4. Grayscale: #717171. Windows color (decimal): -5153989 or 3890097. OLE color: 3890097.

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

Color convert

RGB1779159-
CMYK00.490.670.31
HSL16.27º50%46.27%-
HSV(B)16.27º66.67%69.41%-
XYZ22.6617.156.25-
YUV113.0797.49173.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 59 (23.44% from 255) = 18.04%
R=54.13%
G=27.83%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177915900.490.670.3116.275046.27
HexB15B3B031431F10322e
Octal2611337306110337206256
Binary101100011011011111011011000110000111111110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B3B; }

 p { color: rgb(177,91,59); }

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

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

 a { background-color: rgb(177,91,59); }

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

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

 span { border-color: rgb(177,91,59); }

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