#B86748

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

Shades of Tuscany #B86748

Tints of Tuscany #B86748

Color information

#B86748 (or 0xB86748) is unknown color: approx Tuscany. HEX triplet: B8, 67 and 48. RGB value is (184,103,72). Sum of RGB (Red+Green+Blue) = 184+103+72=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B86748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86748 is #4798B7. Grayscale: #7B7B7B. Windows color (decimal): -4692152 or 4745144. OLE color: 4745144.

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

Color convert

RGB18410372-
CMYK00.440.610.28
HSL16.61º44.09%50.2%-
HSV(B)16.61º60.87%72.16%-
XYZ25.7920.368.7-
YUV123.6898.84171.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=51.25%
G=28.69%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841037200.440.610.2816.6144.0950.2
HexB8674802C3D1C112c32
Octal2701471100547534215462
Binary101110001100111100100001011001111011110010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86748; }

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

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

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

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

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

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

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

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