#B15A3C

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

Shades of Tuscany #B15A3C

Tints of Tuscany #B15A3C

Color information

#B15A3C (or 0xB15A3C) is unknown color: approx Tuscany. HEX triplet: B1, 5A and 3C. RGB value is (177,90,60). Sum of RGB (Red+Green+Blue) = 177+90+60=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A3C is #4EA5C3. Grayscale: #707070. Windows color (decimal): -5154244 or 3955377. OLE color: 3955377.

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

Color convert

RGB1779060-
CMYK00.490.660.31
HSL15.38º49.37%46.47%-
HSV(B)15.38º66.1%69.41%-
XYZ22.616.996.36-
YUV112.5998.32173.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 60 (23.83% from 255) = 18.35%
R=54.13%
G=27.52%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177906000.490.660.3115.3849.3746.47
HexB15A3C031421Ff312e
Octal2611327406110237176156
Binary10110001101101011110001100011000010111111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A3C; }

 p { color: rgb(177,90,60); }

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

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

 a { background-color: rgb(177,90,60); }

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

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

 span { border-color: rgb(177,90,60); }

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