#bc6742

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

Shades of Tuscany #BC6742

Tints of Tuscany #BC6742

Color information

#BC6742 (or 0xBC6742) is unknown color: approx Tuscany. HEX triplet: BC, 67 and 42. RGB value is (188,103,66). Sum of RGB (Red+Green+Blue) = 188+103+66=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6742 is #4398BD. Grayscale: #7C7C7C. Windows color (decimal): -4430014 or 4351932. OLE color: 4351932.

HSL color Cylindrical-coordinate representation of color #BC6742: hue angle of 18.2º 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 #BC6742 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18810366-
CMYK00.450.650.26
HSL18.2º48.03%49.8%-
HSV(B)18.2º64.89%73.73%-
XYZ26.5720.797.77-
YUV124.295.16173.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=52.66%
G=28.85%
B=18.49%

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
Decimal1881036600.450.650.2618.248.0349.8
HexBC674202D411A123032
Octal27414710205510132226062
Binary1011110011001111000010010110110000011101010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6742; }

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

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

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

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

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

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

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

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