#B15D48

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

Shades of Tuscany #B15D48

Tints of Tuscany #B15D48

Color information

#B15D48 (or 0xB15D48) is unknown color: approx Tuscany. HEX triplet: B1, 5D and 48. RGB value is (177,93,72). Sum of RGB (Red+Green+Blue) = 177+93+72=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D48 is #4EA2B7. Grayscale: #737373. Windows color (decimal): -5153464 or 4742577. OLE color: 4742577.

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

Color convert

RGB1779372-
CMYK00.470.590.31
HSL12º42.17%48.82%-
HSV(B)12º59.32%69.41%-
XYZ23.2217.648.31-
YUV115.72103.33171.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=51.75%
G=27.19%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177937200.470.590.311242.1748.82
HexB15D4802F3B1Fc2a31
Octal2611351100577337145261
Binary10110001101110110010000101111111011111111100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D48; }

 p { color: rgb(177,93,72); }

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

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

 a { background-color: rgb(177,93,72); }

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

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

 span { border-color: rgb(177,93,72); }

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