#B86743

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

Shades of Tuscany #B86743

Tints of Tuscany #B86743

Color information

#B86743 (or 0xB86743) is unknown color: approx Tuscany. HEX triplet: B8, 67 and 43. RGB value is (184,103,67). Sum of RGB (Red+Green+Blue) = 184+103+67=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B86743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86743 is #4798BC. Grayscale: #7B7B7B. Windows color (decimal): -4692157 or 4417464. OLE color: 4417464.

HSL color Cylindrical-coordinate representation of color #B86743: hue angle of 18.46º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B86743 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB18410367-
CMYK00.440.640.28
HSL18.46º46.61%49.22%-
HSV(B)18.46º63.59%72.16%-
XYZ25.6320.37.88-
YUV123.1296.34171.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 67 (26.56% from 255) = 18.93%
R=51.98%
G=29.10%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841036700.440.640.2818.4646.6149.22
HexB8674302C401C122f31
Octal27014710305410034225761
Binary1011100011001111000011010110010000001110010010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86743; }

 p { color: rgb(184,103,67); }

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

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

 a { background-color: rgb(184,103,67); }

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

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

 span { border-color: rgb(184,103,67); }

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