#BC8A63

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

Shades of Twine #BC8A63

Tints of Twine #BC8A63

Color information

#BC8A63 (or 0xBC8A63) is unknown color: approx Twine. HEX triplet: BC, 8A and 63. RGB value is (188,138,99). Sum of RGB (Red+Green+Blue) = 188+138+99=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A63 is #43759C. Grayscale: #949494. Windows color (decimal): -4421021 or 6523580. OLE color: 6523580.

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

Color convert

RGB18813899-
CMYK00.270.470.26
HSL26.29º39.91%56.27%-
HSV(B)26.29º47.34%73.73%-
XYZ32.0829.7715.86-
YUV148.5100.06156.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=44.24%
G=32.47%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881389900.270.470.2626.2939.9156.27
HexBC8A6301B2F1A1a2838
Octal2742121430335732325070
Binary101111001000101011000110110111011111101011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A63; }

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

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

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

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

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

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

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

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