#BC8C5C

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

Shades of Twine #BC8C5C

Tints of Twine #BC8C5C

Color information

#BC8C5C (or 0xBC8C5C) is unknown color: approx Twine. HEX triplet: BC, 8C and 5C. RGB value is (188,140,92). Sum of RGB (Red+Green+Blue) = 188+140+92=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C5C is #4373A3. Grayscale: #959595. Windows color (decimal): -4420516 or 6065340. OLE color: 6065340.

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

Color convert

RGB18814092-
CMYK00.260.510.26
HSL30º41.74%54.9%-
HSV(B)30º51.06%73.73%-
XYZ32.0530.2214.27-
YUV148.8895.9155.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=44.76%
G=33.33%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881409200.260.510.263041.7454.9
HexBC8C5C01A331A1e2a37
Octal2742141340326332365267
Binary101111001000110010111000110101100111101011110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C5C; }

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

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

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

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

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

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

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

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