#BC8057

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

Shades of Twine #BC8057

Tints of Twine #BC8057

Color information

#BC8057 (or 0xBC8057) is unknown color: approx Twine. HEX triplet: BC, 80 and 57. RGB value is (188,128,87). Sum of RGB (Red+Green+Blue) = 188+128+87=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8057 is #437FA8. Grayscale: #8D8D8D. Windows color (decimal): -4423593 or 5734588. OLE color: 5734588.

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

Color convert

RGB18812887-
CMYK00.320.540.26
HSL24.36º42.98%53.92%-
HSV(B)24.36º53.72%73.73%-
XYZ30.1826.8212.6-
YUV141.2797.38161.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=46.65%
G=31.76%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881288700.320.540.2624.3642.9853.92
HexBC8057020361A182b36
Octal2742001270406632305366
Binary1011110010000000101011101000001101101101011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8057; }

 p { color: rgb(188,128,87); }

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

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

 a { background-color: rgb(188,128,87); }

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

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

 span { border-color: rgb(188,128,87); }

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