#BC8655

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

Shades of Twine #BC8655

Tints of Twine #BC8655

Color information

#BC8655 (or 0xBC8655) is unknown color: approx Twine. HEX triplet: BC, 86 and 55. RGB value is (188,134,85). Sum of RGB (Red+Green+Blue) = 188+134+85=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8655 is #4379AA. Grayscale: #909090. Windows color (decimal): -4422059 or 5605052. OLE color: 5605052.

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

Color convert

RGB18813485-
CMYK00.290.550.26
HSL28.54º43.46%53.53%-
HSV(B)28.54º54.79%73.73%-
XYZ30.928.412.45-
YUV144.5694.39158.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 85 (33.59% from 255) = 20.88%
R=46.19%
G=32.92%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881348500.290.550.2628.5443.4653.53
HexBC865501D371A1d2b36
Octal2742061250356732355366
Binary101111001000011010101010111011101111101011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8655; }

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

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

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

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

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

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

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

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