#B8653F

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

Shades of Tuscany #B8653F

Tints of Tuscany #B8653F

Color information

#B8653F (or 0xB8653F) is unknown color: approx Tuscany. HEX triplet: B8, 65 and 3F. RGB value is (184,101,63). Sum of RGB (Red+Green+Blue) = 184+101+63=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8653F is #479AC0. Grayscale: #797979. Windows color (decimal): -4692673 or 4154808. OLE color: 4154808.

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

Color convert

RGB18410163-
CMYK00.450.660.28
HSL18.84º48.99%48.43%-
HSV(B)18.84º65.76%72.16%-
XYZ25.3219.867.2-
YUV121.4895172.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 63 (25% from 255) = 18.10%
R=52.87%
G=29.02%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841016300.450.660.2818.8448.9948.43
HexB8653F02D421C133130
Octal2701457705510234236160
Binary101110001100101111111010110110000101110010011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8653F; }

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

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

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

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

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

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

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

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