#BC7F58

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

Shades of Twine #BC7F58

Tints of Twine #BC7F58

Color information

#BC7F58 (or 0xBC7F58) is unknown color: approx Twine. HEX triplet: BC, 7F and 58. RGB value is (188,127,88). Sum of RGB (Red+Green+Blue) = 188+127+88=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F58 is #4380A7. Grayscale: #8D8D8D. Windows color (decimal): -4423848 or 5799868. OLE color: 5799868.

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

Color convert

RGB18812788-
CMYK00.320.530.26
HSL23.4º42.74%54.12%-
HSV(B)23.4º53.19%73.73%-
XYZ30.0926.5712.78-
YUV140.7998.21161.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 88 (34.77% from 255) = 21.84%
R=46.65%
G=31.51%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881278800.320.530.2623.442.7454.12
HexBC7F58020351A172b36
Octal2741771300406532275366
Binary101111001111111101100001000001101011101010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F58; }

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

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

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

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

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

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

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

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