#B15F3D

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

Shades of Tuscany #B15F3D

Tints of Tuscany #B15F3D

Color information

#B15F3D (or 0xB15F3D) is unknown color: approx Tuscany. HEX triplet: B1, 5F and 3D. RGB value is (177,95,61). Sum of RGB (Red+Green+Blue) = 177+95+61=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F3D is #4EA0C2. Grayscale: #737373. Windows color (decimal): -5152963 or 4022193. OLE color: 4022193.

HSL color Cylindrical-coordinate representation of color #B15F3D: hue angle of 17.59º 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 #B15F3D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1779561-
CMYK00.460.660.31
HSL17.59º48.74%46.67%-
HSV(B)17.59º65.54%69.41%-
XYZ23.0717.876.65-
YUV115.6497.17171.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=53.15%
G=28.53%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177956100.460.660.3117.5948.7446.67
HexB15F3D02E421F12312f
Octal2611377505610237226157
Binary101100011011111111101010111010000101111110010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F3D; }

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

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

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

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

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

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

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

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