#B86545

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

Shades of Tuscany #B86545

Tints of Tuscany #B86545

Color information

#B86545 (or 0xB86545) is unknown color: approx Tuscany. HEX triplet: B8, 65 and 45. RGB value is (184,101,69). Sum of RGB (Red+Green+Blue) = 184+101+69=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B86545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86545 is #479ABA. Grayscale: #7A7A7A. Windows color (decimal): -4692667 or 4548024. OLE color: 4548024.

HSL color Cylindrical-coordinate representation of color #B86545: hue angle of 16.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B86545 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18410169-
CMYK00.450.620.28
HSL16.7º45.45%49.61%-
HSV(B)16.7º62.5%72.16%-
XYZ25.519.938.13-
YUV122.1798172.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=51.98%
G=28.53%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841016900.450.620.2816.745.4549.61
HexB8654502D3E1C112d32
Octal2701451050557634215562
Binary101110001100101100010101011011111101110010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86545; }

 p { color: rgb(184,101,69); }

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

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

 a { background-color: rgb(184,101,69); }

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

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

 span { border-color: rgb(184,101,69); }

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