#BC7F57

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

Shades of Twine #BC7F57

Tints of Twine #BC7F57

Color information

#BC7F57 (or 0xBC7F57) is unknown color: approx Twine. HEX triplet: BC, 7F and 57. RGB value is (188,127,87). Sum of RGB (Red+Green+Blue) = 188+127+87=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F57 is #4380A8. Grayscale: #8C8C8C. Windows color (decimal): -4423849 or 5734332. OLE color: 5734332.

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

Color convert

RGB18812787-
CMYK00.320.540.26
HSL23.76º42.98%53.92%-
HSV(B)23.76º53.72%73.73%-
XYZ30.0526.5612.56-
YUV140.6897.71161.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 87 (34.38% from 255) = 21.64%
R=46.77%
G=31.59%
B=21.64%

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
Decimal1881278700.320.540.2623.7642.9853.92
HexBC7F57020361A182b36
Octal2741771270406632305366
Binary101111001111111101011101000001101101101011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F57; }

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

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

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

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

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

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

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

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