#BC8C63

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

Shades of Twine #BC8C63

Tints of Twine #BC8C63

Color information

#BC8C63 (or 0xBC8C63) is unknown color: approx Twine. HEX triplet: BC, 8C and 63. RGB value is (188,140,99). Sum of RGB (Red+Green+Blue) = 188+140+99=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C63 is #43739C. Grayscale: #959595. Windows color (decimal): -4420509 or 6524092. OLE color: 6524092.

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

Color convert

RGB18814099-
CMYK00.260.470.26
HSL27.64º39.91%56.27%-
HSV(B)27.64º47.34%73.73%-
XYZ32.3730.3515.96-
YUV149.6899.4155.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=44.03%
G=32.79%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881409900.260.470.2627.6439.9156.27
HexBC8C6301A2F1A1c2838
Octal2742141430325732345070
Binary101111001000110011000110110101011111101011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C63; }

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

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

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

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

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

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

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

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