#BC865F

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

Shades of Twine #BC865F

Tints of Twine #BC865F

Color information

#BC865F (or 0xBC865F) is unknown color: approx Twine. HEX triplet: BC, 86 and 5F. RGB value is (188,134,95). Sum of RGB (Red+Green+Blue) = 188+134+95=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC865F is #4379A0. Grayscale: #919191. Windows color (decimal): -4422049 or 6260412. OLE color: 6260412.

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

Color convert

RGB18813495-
CMYK00.290.490.26
HSL25.16º40.97%55.49%-
HSV(B)25.16º49.47%73.73%-
XYZ31.3328.5714.69-
YUV145.799.39158.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=45.08%
G=32.13%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881349500.290.490.2625.1640.9755.49
HexBC865F01D311A192937
Octal2742061370356132315167
Binary101111001000011010111110111011100011101011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC865F; }

 p { color: rgb(188,134,95); }

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

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

 a { background-color: rgb(188,134,95); }

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

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

 span { border-color: rgb(188,134,95); }

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