#BC8C62

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

Shades of Twine #BC8C62

Tints of Twine #BC8C62

Color information

#BC8C62 (or 0xBC8C62) is unknown color: approx Twine. HEX triplet: BC, 8C and 62. RGB value is (188,140,98). Sum of RGB (Red+Green+Blue) = 188+140+98=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C62 is #43739D. Grayscale: #959595. Windows color (decimal): -4420510 or 6458556. OLE color: 6458556.

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

Color convert

RGB18814098-
CMYK00.260.480.26
HSL28º40.18%56.08%-
HSV(B)28º47.87%73.73%-
XYZ32.3230.3315.71-
YUV149.5698.9155.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 98 (38.67% from 255) = 23.00%
R=44.13%
G=32.86%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881409800.260.480.262840.1856.08
HexBC8C6201A301A1c2838
Octal2742141420326032345070
Binary101111001000110011000100110101100001101011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C62; }

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

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

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

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

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

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

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

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