#BC6944

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

Shades of Tuscany #BC6944

Tints of Tuscany #BC6944

Color information

#BC6944 (or 0xBC6944) is unknown color: approx Tuscany. HEX triplet: BC, 69 and 44. RGB value is (188,105,68). Sum of RGB (Red+Green+Blue) = 188+105+68=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6944 is #4396BB. Grayscale: #7D7D7D. Windows color (decimal): -4429500 or 4483516. OLE color: 4483516.

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

Color convert

RGB18810568-
CMYK00.440.640.26
HSL18.5º47.24%50.2%-
HSV(B)18.5º63.83%73.73%-
XYZ26.8321.218.15-
YUV125.695.5172.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 68 (26.95% from 255) = 18.84%
R=52.08%
G=29.09%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881056800.440.640.2618.547.2450.2
HexBC694402C401A122f32
Octal27415110405410032225762
Binary1011110011010011000100010110010000001101010010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6944; }

 p { color: rgb(188,105,68); }

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

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

 a { background-color: rgb(188,105,68); }

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

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

 span { border-color: rgb(188,105,68); }

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