#BC845D

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

Shades of Twine #BC845D

Tints of Twine #BC845D

Color information

#BC845D (or 0xBC845D) is unknown color: approx Twine. HEX triplet: BC, 84 and 5D. RGB value is (188,132,93). Sum of RGB (Red+Green+Blue) = 188+132+93=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC845D is #437BA2. Grayscale: #909090. Windows color (decimal): -4422563 or 6128828. OLE color: 6128828.

HSL color Cylindrical-coordinate representation of color #BC845D: hue angle of 24.63º degrees, saturation: 0.41, 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 #BC845D is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18813293-
CMYK00.300.510.26
HSL24.63º41.48%55.1%-
HSV(B)24.63º50.53%73.73%-
XYZ30.9727.9814.13-
YUV144.399.05159.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=45.52%
G=31.96%
B=22.52%

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
Decimal1881329300.300.510.2624.6341.4855.1
HexBC845D01E331A192937
Octal2742041350366332315167
Binary101111001000010010111010111101100111101011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC845D; }

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

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

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

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

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

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

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

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