#B15C41

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

Shades of Tuscany #B15C41

Tints of Tuscany #B15C41

Color information

#B15C41 (or 0xB15C41) is unknown color: approx Tuscany. HEX triplet: B1, 5C and 41. RGB value is (177,92,65). Sum of RGB (Red+Green+Blue) = 177+92+65=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C41 is #4EA3BE. Grayscale: #727272. Windows color (decimal): -5153727 or 4283569. OLE color: 4283569.

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

Color convert

RGB1779265-
CMYK00.480.630.31
HSL14.46º46.28%47.45%-
HSV(B)14.46º63.28%69.41%-
XYZ22.9117.387.15-
YUV114.34100.16172.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 92 (36.33% from 255) = 27.54%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=52.99%
G=27.54%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177926500.480.630.3114.4646.2847.45
HexB15C410303F1Fe2e2f
Octal2611341010607737165657
Binary10110001101110010000010110000111111111111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C41; }

 p { color: rgb(177,92,65); }

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

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

 a { background-color: rgb(177,92,65); }

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

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

 span { border-color: rgb(177,92,65); }

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