#BC8C60

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

Shades of Twine #BC8C60

Tints of Twine #BC8C60

Color information

#BC8C60 (or 0xBC8C60) is unknown color: approx Twine. HEX triplet: BC, 8C and 60. RGB value is (188,140,96). Sum of RGB (Red+Green+Blue) = 188+140+96=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C60 is #43739F. Grayscale: #959595. Windows color (decimal): -4420512 or 6327484. OLE color: 6327484.

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

Color convert

RGB18814096-
CMYK00.260.490.26
HSL28.7º40.71%55.69%-
HSV(B)28.7º48.94%73.73%-
XYZ32.2330.2915.21-
YUV149.3497.9155.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=44.34%
G=33.02%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881409600.260.490.2628.740.7155.69
HexBC8C6001A311A1d2938
Octal2742141400326132355170
Binary101111001000110011000000110101100011101011101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C60; }

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

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

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

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

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

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

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

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