#BC895D

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

Shades of Twine #BC895D

Tints of Twine #BC895D

Color information

#BC895D (or 0xBC895D) is unknown color: approx Twine. HEX triplet: BC, 89 and 5D. RGB value is (188,137,93). Sum of RGB (Red+Green+Blue) = 188+137+93=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC895D is #4376A2. Grayscale: #939393. Windows color (decimal): -4421283 or 6130108. OLE color: 6130108.

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

Color convert

RGB18813793-
CMYK00.270.510.26
HSL27.79º41.48%55.1%-
HSV(B)27.79º50.53%73.73%-
XYZ31.6629.3714.36-
YUV147.2397.4157.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=44.98%
G=32.78%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881379300.270.510.2627.7941.4855.1
HexBC895D01B331A1c2937
Octal2742111350336332345167
Binary101111001000100110111010110111100111101011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC895D; }

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

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

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

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

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

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

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

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