#BC845C

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

Shades of Twine #BC845C

Tints of Twine #BC845C

Color information

#BC845C (or 0xBC845C) is unknown color: approx Twine. HEX triplet: BC, 84 and 5C. RGB value is (188,132,92). Sum of RGB (Red+Green+Blue) = 188+132+92=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC845C is #437BA3. Grayscale: #909090. Windows color (decimal): -4422564 or 6063292. OLE color: 6063292.

HSL color Cylindrical-coordinate representation of color #BC845C: hue angle of 25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC845C is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18813292-
CMYK00.300.510.26
HSL25º41.74%54.9%-
HSV(B)25º51.06%73.73%-
XYZ30.9227.9713.89-
YUV144.1898.55159.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=45.63%
G=32.04%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881329200.300.510.262541.7454.9
HexBC845C01E331A192a37
Octal2742041340366332315267
Binary101111001000010010111000111101100111101011001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC845C; }

 p { color: rgb(188,132,92); }

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

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

 a { background-color: rgb(188,132,92); }

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

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

 span { border-color: rgb(188,132,92); }

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