#BC845B

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

Shades of Twine #BC845B

Tints of Twine #BC845B

Color information

#BC845B (or 0xBC845B) is unknown color: approx Twine. HEX triplet: BC, 84 and 5B. RGB value is (188,132,91). Sum of RGB (Red+Green+Blue) = 188+132+91=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC845B is #437BA4. Grayscale: #909090. Windows color (decimal): -4422565 or 5997756. OLE color: 5997756.

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

Color convert

RGB18813291-
CMYK00.300.520.26
HSL25.36º41.99%54.71%-
HSV(B)25.36º51.6%73.73%-
XYZ30.8827.9513.66-
YUV144.0798.05159.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=45.74%
G=32.12%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881329100.300.520.2625.3641.9954.71
HexBC845B01E341A192a37
Octal2742041330366432315267
Binary101111001000010010110110111101101001101011001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC845B; }

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

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

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

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

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

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

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

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