#B15F4A

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

Shades of Tuscany #B15F4A

Tints of Tuscany #B15F4A

Color information

#B15F4A (or 0xB15F4A) is unknown color: approx Tuscany. HEX triplet: B1, 5F and 4A. RGB value is (177,95,74). Sum of RGB (Red+Green+Blue) = 177+95+74=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15F4A is #4EA0B5. Grayscale: #757575. Windows color (decimal): -5152950 or 4874161. OLE color: 4874161.

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

Color convert

RGB1779574-
CMYK00.460.580.31
HSL12.23º41.04%49.22%-
HSV(B)12.23º58.19%69.41%-
XYZ23.4618.038.72-
YUV117.12103.67170.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=51.16%
G=27.46%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177957400.460.580.3112.2341.0449.22
HexB15F4A02E3A1Fc2931
Octal2611371120567237145161
Binary10110001101111110010100101110111010111111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F4A; }

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

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

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

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

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

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

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

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