#B15D3D

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

Shades of Tuscany #B15D3D

Tints of Tuscany #B15D3D

Color information

#B15D3D (or 0xB15D3D) is unknown color: approx Tuscany. HEX triplet: B1, 5D and 3D. RGB value is (177,93,61). Sum of RGB (Red+Green+Blue) = 177+93+61=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D3D is #4EA2C2. Grayscale: #727272. Windows color (decimal): -5153475 or 4021681. OLE color: 4021681.

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

Color convert

RGB1779361-
CMYK00.470.660.31
HSL16.55º48.74%46.67%-
HSV(B)16.55º65.54%69.41%-
XYZ22.8917.516.59-
YUV114.4797.83172.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=53.47%
G=28.10%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177936100.470.660.3116.5548.7446.67
HexB15D3D02F421F11312f
Octal2611357505710237216157
Binary101100011011101111101010111110000101111110001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D3D; }

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

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

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

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

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

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

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

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