#BC8863

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

Shades of Twine #BC8863

Tints of Twine #BC8863

Color information

#BC8863 (or 0xBC8863) is unknown color: approx Twine. HEX triplet: BC, 88 and 63. RGB value is (188,136,99). Sum of RGB (Red+Green+Blue) = 188+136+99=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8863 is #43779C. Grayscale: #939393. Windows color (decimal): -4421533 or 6523068. OLE color: 6523068.

HSL color Cylindrical-coordinate representation of color #BC8863: hue angle of 24.94º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC8863 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18813699-
CMYK00.280.470.26
HSL24.94º39.91%56.27%-
HSV(B)24.94º47.34%73.73%-
XYZ31.829.215.76-
YUV147.33100.73157.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=44.44%
G=32.15%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881369900.280.470.2624.9439.9156.27
HexBC886301C2F1A192838
Octal2742101430345732315070
Binary101111001000100011000110111001011111101011001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8863; }

 p { color: rgb(188,136,99); }

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

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

 a { background-color: rgb(188,136,99); }

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

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

 span { border-color: rgb(188,136,99); }

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