#BC6842

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

Shades of Tuscany #BC6842

Tints of Tuscany #BC6842

Color information

#BC6842 (or 0xBC6842) is unknown color: approx Tuscany. HEX triplet: BC, 68 and 42. RGB value is (188,104,66). Sum of RGB (Red+Green+Blue) = 188+104+66=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6842 is #4397BD. Grayscale: #7D7D7D. Windows color (decimal): -4429758 or 4352188. OLE color: 4352188.

HSL color Cylindrical-coordinate representation of color #BC6842: hue angle of 18.69º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC6842 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18810466-
CMYK00.450.650.26
HSL18.69º48.03%49.8%-
HSV(B)18.69º64.89%73.73%-
XYZ26.6720.997.8-
YUV124.7894.83173.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=52.51%
G=29.05%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881046600.450.650.2618.6948.0349.8
HexBC684202D411A133032
Octal27415010205510132236062
Binary1011110011010001000010010110110000011101010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6842; }

 p { color: rgb(188,104,66); }

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

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

 a { background-color: rgb(188,104,66); }

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

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

 span { border-color: rgb(188,104,66); }

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