#BC8A62

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

Shades of Twine #BC8A62

Tints of Twine #BC8A62

Color information

#BC8A62 (or 0xBC8A62) is unknown color: approx Twine. HEX triplet: BC, 8A and 62. RGB value is (188,138,98). Sum of RGB (Red+Green+Blue) = 188+138+98=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A62 is #43759D. Grayscale: #949494. Windows color (decimal): -4421022 or 6458044. OLE color: 6458044.

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

Color convert

RGB18813898-
CMYK00.270.480.26
HSL26.67º40.18%56.08%-
HSV(B)26.67º47.87%73.73%-
XYZ32.0329.7515.61-
YUV148.3999.56156.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=44.34%
G=32.55%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881389800.270.480.2626.6740.1856.08
HexBC8A6201B301A1b2838
Octal2742121420336032335070
Binary101111001000101011000100110111100001101011011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A62; }

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

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

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

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

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

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

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

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